SessionStorageInterface::clear()

clear() Clear all session data in memory.

UserPasswordEncoderCommand

class UserPasswordEncoderCommand extends ContainerAwareCommand Encode a user's password. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set. from Command Application

UserSecurityIdentity::getUsername()

string getUsername() Returns the username Return Value string

SlotsHelper::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name

MatcherDumperInterface::getRoutes()

RouteCollection getRoutes() Gets the routes to dump. Return Value RouteCollection A RouteCollection instance

ButtonBuilder::setRequired()

FormConfigBuilderInterface setRequired(bool $required) Unsupported method. This method should not be invoked. Parameters bool $required Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

Connection::setOption()

setOption($name, $value) Parameters $name $value

SessionTokenStorage::hasToken()

bool hasToken(string $tokenId) Checks whether a token with the given token ID exists. Parameters string $tokenId The token ID Return Value bool Whether a token exists with the given ID

Shell deprecated::getProcessIsolation()

getProcessIsolation()

ValidatorBuilderInterface

interface ValidatorBuilderInterface A configurable builder for ValidatorInterface objects. Methods ValidatorBuilderInterface addObjectInitializer(ObjectInitializerInterface $initializer) Adds an object initializer to the validator. ValidatorBuilderInterface addObjectInitializers(array $initializers) Adds a list of object initializers to the validator. ValidatorBuilderInterface addXmlMapping(string $path) Adds an XML constraint mapping file to the validator. ValidatorBuilderI