LocaleDataProvider::getName()

getName($locale, $displayLocale = null) Parameters $locale $displayLocale

Kernel::unserialize()

unserialize($data) Parameters $data

MicroKernelTrait::registerContainerConfiguration()

registerContainerConfiguration(LoaderInterface $loader) {@inheritdoc} Parameters LoaderInterface $loader

Entry::setStrategy()

setStrategy(string $strategy) Sets the mask comparison strategy Do never call this method directly. Use the respective methods on the AclInterface instead. Parameters string $strategy

FileType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

ConstraintViolation::getMessageTemplate()

string getMessageTemplate() Returns the raw violation message. The raw violation message contains placeholders for the parameters returned by {@link getParameters}. Typically you'll pass the message template and parameters to a translation engine. Return Value string The raw violation message

ActionsExtension deprecated::getTokenParsers()

array getTokenParsers() Returns the token parser instance to add to the existing list. Return Value array An array of \Twig_TokenParser instances

TemplateCacheWarmer::warmUp()

warmUp(string $cacheDir) Warms up the cache. Parameters string $cacheDir The cache directory

InMemoryFactory::addConfiguration()

addConfiguration(NodeDefinition $node) Parameters NodeDefinition $node

NativeSessionTokenStorage::getToken()

string getToken(string $tokenId) Reads a stored CSRF token. Parameters string $tokenId The token ID Return Value string The stored token Exceptions TokenNotFoundException If the token ID does not exist