BundleInterface::getContainerExtension()

ExtensionInterface|null getContainerExtension() Returns the container extension that should be implicitly loaded. Return Value ExtensionInterface|null The default extension or null if there is none

FormConfigBuilder::validateName()

static validateName(string|int $name) Validates whether the given variable is a valid form name. Parameters string|int $name The tested form name Exceptions UnexpectedTypeException If the name is not a string or an integer. InvalidArgumentException If the name contains invalid characters.

RingBuffer::offsetExists()

offsetExists($key) {@inheritdoc} Parameters $key

User::getSalt()

string|null getSalt() Returns the salt that was originally used to encode the password. This can return null if the password was not encoded using a salt. Return Value string|null The salt

ExpressionLanguage::register()

register(string $name, callable $compiler, callable $evaluator) Registers a function. Parameters string $name The function name callable $compiler A callable able to compile the function callable $evaluator A callable able to evaluate the function See also ExpressionFunction

Bridge\Propel1\Security\User

Classes PropelUserProvider Provides easy to use provisioning for Propel model users.

Component\Security\Core\Authentication

Namespaces Symfony\Component\Security\Core\Authentication\ProviderSymfony\Component\Security\Core\Authentication\RememberMeSymfony\Component\Security\Core\Authentication\Token Classes AuthenticationProviderManager AuthenticationProviderManager uses a list of AuthenticationProviderInterface instances to authenticate a Token. AuthenticationTrustResolver The default implementation of the authentication trust resolver. Interfaces AuthenticationManagerInterface AuthenticationManagerIn

ParserCacheInterface

interface ParserCacheInterface Methods save(string $key, ParsedExpression $expression) Saves an expression in the cache. ParsedExpression|null fetch(string $key) Fetches an expression from the cache. Details save(string $key, ParsedExpression $expression) Saves an expression in the cache. Parameters string $key The cache key ParsedExpression $expression A ParsedExpression instance to store in the cache ParsedExpr

AuthenticationUtils::getLastAuthenticationError()

AuthenticationException|null getLastAuthenticationError(bool $clearSession = true) Parameters bool $clearSession Return Value AuthenticationException|null

ConstraintViolation::getMessage()

string getMessage() Returns the violation message. Return Value string The violation message