8000 [WIP] Documenting all options of the FrameworkBundle by wouterj · Pull Request #4121 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[WIP] Documenting all options of the FrameworkBundle #4121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Reference] fix wording
  • Loading branch information
xabbuh authored and wouterj committed Jan 2, 2015
commit f277be906926d621172cc7800c9f474d6edbc42c
2 changes: 1 addition & 1 deletion reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ cache
**type**: ``string``

This value is used to determine the service that is used to persist class
metadata in a cache. The actual service name is built by prefix the configured
metadata in a cache. The actual service name is built by prefixing the configured
value with ``validator.mapping.cache.`` (e.g. if the value is ``apc``, the
``validator.mapping.cache.apc`` service will be injected). The service has
to implement the :class:`Symfony\\Component\\Validator\\Mapping\\Cache\\CacheInterface`.
Expand Down
0