FormBuilder::getForm()

FormInterface getForm() Creates the form. Return Value FormInterface The form

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

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

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

Response::getAge()

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