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

FormHelper

class FormHelper extends Helper FormHelper provides helpers to help display forms. Methods setCharset(string $charset) Sets the default charset. from Helper string getCharset() Gets the default charset. from Helper __construct(FormRendererInterface $renderer) string getName() Returns the canonical name of this helper. setTheme(FormView $view, string|array $themes) Sets a theme for a given view. string form(FormView $view, array $variables = array()) Renders the HT

AjaxDataCollector::getName()

string getName() Returns the name of the collector. Return Value string The collector name

FunctionNode::compile()

compile(Compiler $compiler) Parameters Compiler $compiler