AbstractExtension::getTypeGuesser()

FormTypeGuesserInterface|null getTypeGuesser() Returns the type guesser provided by this extension. Return Value FormTypeGuesserInterface|null The type guesser

UniqueEntity::getRequiredOptions()

array getRequiredOptions() Returns the name of the required options. Override this method if you want to define required options. Return Value array

FormExtension::initRuntime()

initRuntime(Twig_Environment $environment) {@inheritdoc} Parameters Twig_Environment $environment

ExpressionExtension::getFunctions()

getFunctions() {@inheritdoc}

Request::getCharsets()

array getCharsets() Gets a list of charsets acceptable by the client browser. Return Value array List of charsets in preferable order

TwigDataCollector::getMacroCount()

getMacroCount()

VersionStrategyInterface::getVersion()

string getVersion(string $path) Returns the asset version for an asset. Parameters string $path A path Return Value string The version string

Route::hasScheme()

bool hasScheme(string $scheme) Checks if a scheme requirement has been set. Parameters string $scheme Return Value bool true if the scheme requirement exists, otherwise false

LdapClient deprecated::find()

array|null find(string $dn, string $query, mixed $filter = '*') Find a username into ldap connection. Parameters string $dn string $query mixed $filter Return Value array|null

SimpleAuthenticatorInterface::supportsToken()

supportsToken(TokenInterface $token, $providerKey) Parameters TokenInterface $token $providerKey