Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
MenuLinkTreeInterface::build | function | core/ |
Builds a renderable array from a menu tree. |
MenuLinkTreeInterface::getCurrentRouteMenuTreeParameters | function | core/ |
Gets the link tree parameters for rendering a specific menu. |
MenuLinkTreeInterface::getExpanded | function | core/ |
Finds expanded links in a menu given a set of possible parents. |
MenuLinkTreeInterface::getSubtreeHeight | function | core/ |
Finds the height of a subtree rooted by of the given ID. |
MenuLinkTreeInterface::load | function | core/ |
Loads a menu tree with a menu link plugin instance at each element. |
MenuLinkTreeInterface::maxDepth | function | core/ |
Returns the maximum depth of tree that is supported. |
MenuLinkTreeInterface::transform | function | core/ |
Applies menu link tree manipulators to transform the given tree. |
MenuParentFormSelectorInterface | interface | core/ |
Defines an interface for menu selector form elements and menu link options. |
MenuParentFormSelectorInterface.php | file | core/ |
|
MenuParentFormSelectorInterface::getParentSelectOptions | function | core/ |
Gets the options for a select element to choose a menu and parent. |
MenuParentFormSelectorInterface::parentSelectElement | function | core/ |
Gets a form element to choose a menu and parent. |
MenuTreeStorageInterface | interface | core/ |
Defines an interface for storing a menu tree containing menu link IDs. |
MenuTreeStorageInterface.php | file | core/ |
|
MenuTreeStorageInterface::countMenuLinks | function | core/ |
Counts the total number of menu links in one menu or all menus. |
MenuTreeStorageInterface::delete | function | core/ |
Deletes a menu link definition from the storage. |
MenuTreeStorageInterface::getAllChildIds | function | core/ |
Loads all the IDs for menu links that are below the given ID. |
MenuTreeStorageInterface::getExpanded | function | core/ |
Finds expanded links in a menu given a set of possible parents. |
MenuTreeStorageInterface::getMenuNames | function | core/ |
Returns the used menu names in the tree storage. |
MenuTreeStorageInterface::getRootPathIds | function | core/ |
Returns all the IDs that represent the path to the root of the tree. |
MenuTreeStorageInterface::getSubtreeHeight | function | core/ |
Finds the height of a subtree rooted by the given ID. |
MenuTreeStorageInterface::load | function | core/ |
Loads a menu link plugin definition from the storage. |
MenuTreeStorageInterface::loadAllChildren | function | core/ |
Loads all the enabled menu links that are below the given ID. |
MenuTreeStorageInterface::loadByProperties | function | core/ |
Loads multiple plugin definitions from the storage based on properties. |
MenuTreeStorageInterface::loadByRoute | function | core/ |
Loads multiple plugin definitions from the storage based on route. |
MenuTreeStorageInterface::loadMultiple | function | core/ |
Loads multiple plugin definitions from the storage. |
MenuTreeStorageInterface::loadSubtreeData | function | core/ |
Loads a subtree rooted by the given ID. |
MenuTreeStorageInterface::loadTreeData | function | core/ |
Loads a menu link tree from the storage. |
MenuTreeStorageInterface::maxDepth | function | core/ |
The maximum depth of tree the storage implementation supports. |
MenuTreeStorageInterface::menuNameInUse | function | core/ |
Determines whether a specific menu name is used in the tree. |
MenuTreeStorageInterface::rebuild | function | core/ |
Rebuilds the stored menu link definitions. |
MenuTreeStorageInterface::resetDefinitions | function | core/ |
Clears all definitions cached in memory. |
MenuTreeStorageInterface::save | function | core/ |
Saves a plugin definition to the storage. |
MessageInterface | interface | core/ |
Provides an interface defining a contact message entity. |
MessageInterface.php | file | core/ |
|
MessageInterface::copySender | function | core/ |
Returns TRUE if a copy should be sent to the sender. |
MessageInterface::getContactForm | function | core/ |
Returns the form this contact message belongs to. |
MessageInterface::getMessage | function | core/ |
Returns the message body. |
MessageInterface::getPersonalRecipient | function | core/ |
Returns the user this message is being sent to. |
MessageInterface::getSenderMail | function | core/ |
Returns the email address of the sender. |
MessageInterface::getSenderName | function | core/ |
Returns the name of the sender. |
MessageInterface::getSubject | function | core/ |
Returns the message subject. |
MessageInterface::isPersonal | function | core/ |
Returns TRUE if this is the personal contact form. |
MessageInterface::setCopySender | function | core/ |
Sets if the sender should receive a copy of this email or not. |
MessageInterface::setMessage | function | core/ |
Sets the email message to send. |
MessageInterface::setSenderMail | function | core/ |
Sets the email address of the sender. |
MessageInterface::setSenderName | function | core/ |
Sets the name of the message sender. |
MessageInterface::setSubject | function | core/ |
Sets the subject for the email. |
MessagesBlockPluginInterface | interface | core/ |
The interface for "messages" (#type => status_messages) blocks. |
MessagesBlockPluginInterface.php | file | core/ |
|
MessengerInterface | interface | core/ |
Stores runtime messages sent out to individual users on the page. |
Pagination
- Previous page
- Page 57
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.