LocaleBundleInterface::getLocaleNames()

string[] getLocaleNames(string $displayLocale = null) Returns the names of all known locales. Parameters string $displayLocale Optional. The locale to return the names in Defaults to {@link \Locale::getDefault()}. Return Value string[] A list of locale names indexed by locale codes

FormDataExtractor::extractConfiguration()

array extractConfiguration(FormInterface $form) Extracts the configuration data of a form. Parameters FormInterface $form The form Return Value array Information about the form's configuration

CollectionToArrayTransformer

class CollectionToArrayTransformer implements DataTransformerInterface CollectionToArrayTransformer class. Methods mixed transform($collection) Transforms a value from the original representation to a transformed representation. mixed reverseTransform($array) Transforms a value from the transformed representation to its original representation. Details mixed transform($collection) Transforms a value from the original representation to a tr

TransformationRuleInterface::afterCreateStub()

afterCreateStub(StubbingContextInterface $context) Runs instructions to be executed after creating the stub version of the resource bundle. Parameters StubbingContextInterface $context The contextual information of the compilation.

AuthenticationTrustResolver::isAnonymous()

bool isAnonymous(TokenInterface $token = null) Resolves whether the passed token implementation is authenticated anonymously. If null is passed, the method must return false. Parameters TokenInterface $token Return Value bool

Bridge\ProxyManager\LazyProxy

Namespaces Symfony\Bridge\ProxyManager\LazyProxy\InstantiatorSymfony\Bridge\ProxyManager\LazyProxy\PhpDumper

ResolvedFormType::getInnerType()

FormTypeInterface getInnerType() Returns the wrapped form type. Return Value FormTypeInterface The wrapped form type

PhpDumper::setProxyDumper()

setProxyDumper(DumperInterface $proxyDumper) Sets the dumper to be used when dumping proxies in the generated container. Parameters DumperInterface $proxyDumper

FormatterHelper::formatSection()

string formatSection(string $section, string $message, string $style = 'info') Formats a message within a section. Parameters string $section The section name string $message The message string $style The style to apply to the section Return Value string The format section

BundleEntryReader

class BundleEntryReader implements BundleEntryReaderInterface Default implementation of {@link BundleEntryReaderInterface}. Methods __construct(BundleReaderInterface $reader) Creates an entry reader based on the given resource bundle reader. setLocaleAliases(array $localeAliases) Stores a mapping of locale aliases to locales. mixed read(string $path, string $locale) Reads a resource bundle. mixed readEntry(string $path, string $locale, array $indices, bool $fallback = true