FormHelper::humanize()

humanize($text) Parameters $text

ConsoleHandler::isHandling()

isHandling(array $record) {@inheritdoc} Parameters array $record

OptionsResolver::clear()

OptionsResolver clear() Removes all options. Return Value OptionsResolver This instance Exceptions AccessException If called from a lazy option or normalizer

Route::setRequirements()

setRequirements($requirements) Parameters $requirements

ErrorHandler::screamAt()

int screamAt(int $levels, bool $replace = false) Sets the error levels where the @-operator is ignored. Parameters int $levels A bit field of E_* constants for screamed errors bool $replace Replace or amend the previous value Return Value int The previous value

AnonymousAuthenticationProvider

class AnonymousAuthenticationProvider implements AuthenticationProviderInterface AnonymousAuthenticationProvider validates AnonymousToken instances. Methods __construct(string $secret) Constructor. TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. bool supports(TokenInterface $token) Checks whether this provider supports the given token. Details __construct(string $secret) Constructo

Session::has()

bool has(string $name) Checks if an attribute is defined. Parameters string $name The attribute name Return Value bool true if the attribute is defined, false otherwise

UserProviderFactoryInterface::addConfiguration()

addConfiguration(NodeDefinition $builder) Parameters NodeDefinition $builder

DoctrineType::getLoader()

abstract EntityLoaderInterface getLoader(ObjectManager $manager, mixed $queryBuilder, string $class) Return the default loader object. Parameters ObjectManager $manager mixed $queryBuilder string $class Return Value EntityLoaderInterface

Component\Form\Extension\Csrf\EventListener

Classes CsrfValidationListener