PreloadedExtension

class PreloadedExtension implements FormExtensionInterface A form extension with preloaded types, type extensions and type guessers. Methods __construct(array $types, array $typeExtensions, FormTypeGuesserInterface $typeGuesser = null) Creates a new preloaded extension. FormTypeInterface getType(string $name) Returns a type by name. bool hasType(string $name) Returns whether the given type is supported. FormTypeExtensionInterface[] getTypeExtensions(string $name) Returns t

PreconditionRequiredHttpException

class PreconditionRequiredHttpException extends HttpException PreconditionRequiredHttpException. Methods __construct($message = null, Exception $previous = null, $code) Constructor. int getStatusCode() Returns the status code. from HttpException array getHeaders() Returns response headers. from HttpException Details __construct($message = null, Exception $previous = null, $code) Constructor. Parameters $message Exception $previous

PreconditionFailedHttpException

class PreconditionFailedHttpException extends HttpException PreconditionFailedHttpException. Methods __construct($message = null, Exception $previous = null, $code) Constructor. int getStatusCode() Returns the status code. from HttpException array getHeaders() Returns response headers. from HttpException Details __construct($message = null, Exception $previous = null, $code) Constructor. Parameters $message Exception $previous $c

PreAuthenticationGuardToken::setAuthenticated()

setAuthenticated($authenticated) Sets the authenticated flag. Parameters $authenticated

PreAuthenticationGuardToken::getGuardProviderKey()

getGuardProviderKey()

PreAuthenticationGuardToken::getCredentials()

mixed getCredentials() Returns the user credentials, which might be an array of anything you wanted to put in there (e.g. username, password, favoriteColor). Return Value mixed The user credentials

PreAuthenticationGuardToken

class PreAuthenticationGuardToken extends AbstractToken implements GuardTokenInterface The token used by the guard auth system before authentication. The GuardAuthenticationListener creates this, which is then consumed immediately by the GuardAuthenticationProvider. If authentication is successful, a different authenticated token is returned Methods __construct(mixed $credentials, string $guardProviderKey) RoleInterface[] getRoles() Returns the user roles. from AbstractToken stri

PreAuthenticatedToken::unserialize()

unserialize($str) {@inheritdoc} Parameters $str

PreAuthenticatedToken::serialize()

serialize() {@inheritdoc}

PreAuthenticatedToken::getProviderKey()

string getProviderKey() Returns the provider key. Return Value string The provider key