SelectorNode::getTree()

NodeInterface getTree() Return Value NodeInterface

SelectorNode::getSpecificity()

Specificity getSpecificity() Returns node's specificity. Return Value Specificity

SelectorNode

class SelectorNode extends AbstractNode Represents a "(::|:)" node. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods string getNodeName() from AbstractNode __construct(NodeInterface $tree, null|string $pseudoElement = null) NodeInterface getTree() null|string getPseudoElement() Specificity getSpecificity() Returns node's specificity. string __toString() Returns node's

SecurityIdentityRetrievalStrategy

class SecurityIdentityRetrievalStrategy implements SecurityIdentityRetrievalStrategyInterface Strategy for retrieving security identities Methods __construct(RoleHierarchyInterface $roleHierarchy, AuthenticationTrustResolver $authenticationTrustResolver) Constructor SecurityIdentityInterface[] getSecurityIdentities(TokenInterface $token) Retrieves the available security identities for the given token Details __construct(RoleHierarchyInterface $roleHi

SecurityIdentityRetrievalStrategyInterface

interface SecurityIdentityRetrievalStrategyInterface Interface for retrieving security identities from tokens Methods SecurityIdentityInterface[] getSecurityIdentities(TokenInterface $token) Retrieves the available security identities for the given token Details SecurityIdentityInterface[] getSecurityIdentities(TokenInterface $token) Retrieves the available security identities for the given token The order in which the security identities are r

SecurityIdentityInterface

interface SecurityIdentityInterface This interface provides an additional level of indirection, so that we can work with abstracted versions of security objects and do not have to save the entire objects. Methods equals(SecurityIdentityInterface $identity) This method is used to compare two security identities in order to not rely on referential equality. Details equals(SecurityIdentityInterface $identity) This method is used to compare two se

SecurityHelper

class SecurityHelper extends Helper SecurityHelper provides read-only access to the security checker. Methods setCharset(string $charset) Sets the default charset. from Helper string getCharset() Gets the default charset. from Helper __construct(AuthorizationCheckerInterface $securityChecker = null) isGranted($role, $object = null, $field = null) string getName() Returns the canonical name of this helper. Details setCharset(string $cha

SecurityHelper::getName()

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

SecurityHelper::isGranted()

isGranted($role, $object = null, $field = null) Parameters $role $object $field

SecurityFactoryInterface::getKey()

string getKey() Defines the configuration key used to reference the provider in the firewall configuration. Return Value string