class TranslationsCacheWarmer implements CacheWarmerInterface, ServiceSubscriberInterface
Generates the catalogues for translations.
__construct(ContainerInterface $container) | ||
warmUp(string $cacheDir) Warms up the cache. | ||
bool | isOptional() Checks whether this warmer is optional or not. | |
static array | getSubscribedServices() Returns an array of service types required by such instances, optionally keyed by the service names used internally. |
ContainerInterface | $container |
Warms up the cache.
string | $cacheDir | The cache directory |
Checks whether this warmer is optional or not.
Optional warmers can be ignored on certain conditions.
A warmer should return true if the cache can be generated incrementally and on-demand.
bool | true if the warmer is optional, false otherwise |
Returns an array of service types required by such instances, optionally keyed by the service names used internally.
For mandatory dependencies:
otherwise:
array | The required service types, optionally keyed by service names |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Bundle/FrameworkBundle/CacheWarmer/TranslationsCacheWarmer.html