Glob::append()

ValueInterface append(string $expr) Parameters string $expr Return Value ValueInterface

FormConfigBuilderInterface::setMapped()

FormConfigBuilderInterface setMapped(bool $mapped) Sets whether the form should be mapped to an element of its parent's data. Parameters bool $mapped Whether the form should be mapped Return Value FormConfigBuilderInterface The configuration object

OutputFormatterStyleStack::reset()

reset() Resets stack (ie. empty internal arrays).

LdapFactory::getKey()

getKey()

CollectionType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

FileFormField::setErrorCode()

setErrorCode(int $error) Sets the PHP error code associated with the field. Parameters int $error The error code (one of UPLOADERRINISIZE, UPLOADERRFORMSIZE, UPLOADERRPARTIAL, UPLOADERRNOFILE, UPLOADERRNOTMPDIR, UPLOADERRCANTWRITE, or UPLOADERREXTENSION) Exceptions InvalidArgumentException When error code doesn't exist

ErrorHandler::setLoggers()

array setLoggers(array $loggers) Sets a logger for each error level. Parameters array $loggers Error levels to [LoggerInterface|null, LogLevel::*] map Return Value array The previous map Exceptions InvalidArgumentException

PropertyPathBuilder::remove()

remove(int $offset, int $length = 1) Removes elements from the current path. Parameters int $offset The offset at which to remove int $length The length of the removed piece Exceptions OutOfBoundsException if offset is invalid

SimplePreAuthenticatorInterface

interface SimplePreAuthenticatorInterface implements SimpleAuthenticatorInterface Methods authenticateToken(TokenInterface $token, UserProviderInterface $userProvider, $providerKey) from SimpleAuthenticatorInterface supportsToken(TokenInterface $token, $providerKey) from SimpleAuthenticatorInterface createToken(Request $request, $providerKey) Details authenticateToken(TokenInterface $token, UserProviderInterface $userProvider, $providerKey)

Router::getRouteCollection()

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