TranslationExtension::getFilters()

getFilters() {@inheritdoc}

PropertyInfoCacheExtractor::isReadable()

bool|null isReadable(string $class, string $property, array $context = array()) Is the property readable? Parameters string $class string $property array $context Return Value bool|null

OutputFormatterStyleInterface::setForeground()

setForeground(string $color = null) Sets style foreground color. Parameters string $color The color name

Request::getRealMethod()

string getRealMethod() Gets the "real" request method. Return Value string The request method See also getMethod()

NodeExtension::getNodeTranslators()

callable[] getNodeTranslators() Returns node translators. These callables will receive the node as first argument and the translator as second argument. Return Value callable[]

RoutingExtension::getName()

getName() {@inheritdoc}

FormError::getCause()

mixed getCause() Returns the cause of this error. Return Value mixed The cause of this error

FormConfigBuilderInterface::setAction()

FormConfigBuilderInterface setAction(string $action) Sets the target URL of the form. Parameters string $action The target URL of the form Return Value FormConfigBuilderInterface The configuration object

YamlFileLoader

class YamlFileLoader extends FileLoader YamlFileLoader loads Yaml routing files. Methods LoaderResolverInterface getResolver() Gets the loader resolver. from Loader setResolver(LoaderResolverInterface $resolver) Sets the loader resolver. from Loader mixed import(mixed $resource, string|null $type = null, bool $ignoreErrors = false, string|null $sourceResource = null) Imports a resource. from FileLoader LoaderInterface resolve(mixed $resource, string|null $type = null) Finds a

Translator::setFallbackLocales()

setFallbackLocales(array $locales) Sets the fallback locales. Parameters array $locales The fallback locales Exceptions InvalidArgumentException If a locale contains invalid characters