Router::getRouteCollection()

RouteCollection getRouteCollection() Gets the RouteCollection instance associated with this Router. Return Value RouteCollection A RouteCollection instance

FormConfigBuilder::setData()

FormConfigBuilderInterface setData(mixed $data) Sets the initial data of the form. Parameters mixed $data The data of the form in application format Return Value FormConfigBuilderInterface The configuration object

Client::enableReboot()

enableReboot() Enables kernel reboot between requests.

LanguageBundleInterface::getLanguageNames()

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

Bridge\Doctrine\Test

Classes DoctrineTestHelper Provides utility functions needed in tests.

ButtonBuilder::getModelTransformers()

DataTransformerInterface[] getModelTransformers() Unsupported method. Return Value DataTransformerInterface[] An array of {@link DataTransformerInterface} instances

Application::extractNamespace()

string extractNamespace(string $name, string $limit = null) Returns the namespace part of the command name. This method is not part of public API and should not be used directly. Parameters string $name The full name of the command string $limit The maximum number of parts of the namespace Return Value string The namespace of the command

SecurityContext deprecated::getToken()

TokenInterface|null getToken() deprecated deprecated since version 2.6, to be removed in 3.0. Use TokenStorageInterface::getToken() instead. {@inheritdoc} Return Value TokenInterface|null A TokenInterface instance or null if no authentication information is available

VirtualFormAwareIterator deprecated::getChildren()

getChildren() {@inheritdoc}

Acl::updateClassAuditing()

updateClassAuditing(int $index, bool $auditSuccess, bool $auditFailure) Updates auditing for class-based ACE Parameters int $index bool $auditSuccess bool $auditFailure