AbstractExtension::getNodeTranslators()

callable[] getNodeTranslators() Returns node translators. These callables will receive the node as first argument and the translator as second argument. Return Value callable[]

ObjectIdentityRetrievalStrategyInterface

interface ObjectIdentityRetrievalStrategyInterface Retrieves the object identity for a given domain object Methods ObjectIdentityInterface getObjectIdentity(object $domainObject) Retrieves the object identity from a domain object Details ObjectIdentityInterface getObjectIdentity(object $domainObject) Retrieves the object identity from a domain object Parameters object $domainObject Return Value ObjectIdentityInterface

LogoutUrlExtension::getLogoutUrl()

string getLogoutUrl(string|null $key = null) Generates the absolute logout URL for the firewall. Parameters string|null $key The firewall key or null to use the current firewall key Return Value string The absolute logout URL

ObjectIdentityRetrievalStrategy

class ObjectIdentityRetrievalStrategy implements ObjectIdentityRetrievalStrategyInterface Strategy to be used for retrieving object identities from domain objects Methods ObjectIdentityInterface getObjectIdentity(object $domainObject) Retrieves the object identity from a domain object Details ObjectIdentityInterface getObjectIdentity(object $domainObject) Retrieves the object identity from a domain object Parameters object $domainObject Retu

ModelChoiceList::getClass()

string getClass() Returns the class name of the model. Return Value string

ErrorHandler::setDefaultLogger()

setDefaultLogger(LoggerInterface $logger, array|int $levels = E_ALL, bool $replace = false) Sets a logger to non assigned errors levels. Parameters LoggerInterface $logger A PSR-3 logger to put as default for the given levels array|int $levels An array map of E* to LogLevel::* or an integer bit field of E* constants bool $replace Whether to replace or not any existing logger

BaseNode::getPath()

string getPath() Retrieves the path of this node. Return Value string The node path

Package::getVersion()

string getVersion(string $path) Returns the asset version for an asset. Parameters string $path A path Return Value string The version string

Response::getAge()

int getAge() Returns the age of the response. Return Value int The age of the response in seconds

MutableAclInterface

interface MutableAclInterface implements AclInterface This interface adds mutators for the AclInterface. All changes to Access Control Entries must go through this interface. Access Control Entries must never be modified directly. Methods array getClassAces() Returns all class-based ACEs associated with this ACL from AclInterface array getClassFieldAces(string $field) Returns all class-field-based ACEs associated with this ACL from AclInterface array getObjectAces() Returns all o