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

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.

Acl

class Acl implements AuditableAclInterface, NotifyPropertyChanged An ACL implementation. Each object identity has exactly one associated ACL. Each ACL can have four different types of ACEs (class ACEs, object ACEs, class field ACEs, object field ACEs). You should not iterate over the ACEs yourself, but instead use isGranted(), or isFieldGranted(). These will utilize an implementation of PermissionGrantingStrategy internally. Methods __construct(int $id, ObjectIdentityInterface $objectIde

ValueInterface::isCaseSensitive()

bool isCaseSensitive() Returns value case sensitivity. Return Value bool

DumpTokenParser::getTag()

getTag() {@inheritdoc}

Locale::getKeywords()

static array getKeywords(string $locale) Not supported. Returns the keywords for the locale. Parameters string $locale The locale code to extract the keywords from Return Value array Associative array with the extracted variants Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/locale.getkeywords.php

KernelTestCase

class KernelTestCase extends PHPUnit_Framework_TestCase KernelTestCase is the base class for tests needing a Kernel.

LanguageBundleTransformationRule::afterCompile()

afterCompile(CompilationContextInterface $context) Runs instructions to be executed after compiling the sources of the resource bundle. Parameters CompilationContextInterface $context The contextual information of the compilation.

FormInterface::initialize()

FormInterface initialize() Initializes the form tree. Should be called on the root form after constructing the tree. Return Value FormInterface The form instance

Token::isIdentifier()

bool isIdentifier() Return Value bool