ActionsExtension deprecated::getTokenParsers()

array getTokenParsers() Returns the token parser instance to add to the existing list. Return Value array An array of \Twig_TokenParser instances

ActionsExtension deprecated

class ActionsExtension extends Twig_Extension deprecated since version 2.2, to be removed in 3.0. Twig extension for Symfony actions helper. Methods __construct(FragmentHandler|ContainerInterface $handler) deprecated renderUri(string $uri, array $options = array()) Returns the Response content for a given URI. array getTokenParsers() Returns the token parser instance to add to the existing list. getName() {@inheritdoc} Details __constr

ActionsExtension deprecated::renderUri()

renderUri(string $uri, array $options = array()) Returns the Response content for a given URI. Parameters string $uri A URI array $options An array of options See also FragmentHandler::render()

AclVoter::supportsClass()

bool supportsClass(string $class) You can override this method when writing a voter for a specific domain class. Parameters string $class A class name Return Value bool true if this Voter can process the class

ActionsExtension deprecated::getName()

getName() {@inheritdoc}

AclSchemaListener

class AclSchemaListener Merges ACL schema into the given schema. Methods __construct(Schema $schema) postGenerateSchema(GenerateSchemaEventArgs $args) Details __construct(Schema $schema) Parameters Schema $schema postGenerateSchema(GenerateSchemaEventArgs $args) Parameters GenerateSchemaEventArgs $args

AclVoter

class AclVoter implements VoterInterface This voter can be used as a base class for implementing your own permissions. Methods __construct(AclProviderInterface $aclProvider, ObjectIdentityRetrievalStrategyInterface $oidRetrievalStrategy, SecurityIdentityRetrievalStrategyInterface $sidRetrievalStrategy, PermissionMapInterface $permissionMap, LoggerInterface $logger = null, $allowIfObjectIdentityUnavailable = true) bool supportsAttribute(string $attribute) Checks if the voter support

AclVoter::supportsAttribute()

bool supportsAttribute(string $attribute) Checks if the voter supports the given attribute. Parameters string $attribute An attribute Return Value bool true if this Voter supports the attribute, false otherwise

AclProviderInterface

interface AclProviderInterface Provides a common interface for retrieving ACLs. Methods array findChildren(ObjectIdentityInterface $parentOid, bool $directChildrenOnly = false) Retrieves all child object identities from the database AclInterface findAcl(ObjectIdentityInterface $oid, array $sids = array()) Returns the ACL that belongs to the given object identity SplObjectStorage findAcls(array $oids, array $sids = array()) Returns the ACLs that belong to the given object identi

AclProviderInterface::findAcl()

AclInterface findAcl(ObjectIdentityInterface $oid, array $sids = array()) Returns the ACL that belongs to the given object identity Parameters ObjectIdentityInterface $oid array $sids Return Value AclInterface Exceptions AclNotFoundException when there is no ACL