Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| BlockPluginInterface::blockForm | function | core/ |
Returns the configuration form elements specific to this block plugin. |
| BlockPluginInterface::blockSubmit | function | core/ |
Adds block type-specific submission handling for the block form. |
| BlockPluginInterface::blockValidate | function | core/ |
Adds block type-specific validation for the block form. |
| BlockPluginInterface::BLOCK_LABEL_VISIBLE | constant | core/ |
Indicates the block label (title) should be displayed to end users. |
| BlockPluginInterface::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
| BlockPluginInterface::getMachineNameSuggestion | function | core/ |
Suggests a machine name to identify an instance of this block. |
| BlockPluginInterface::label | function | core/ |
Returns the user-facing block label. |
| BlockPluginInterface::setConfigurationValue | function | core/ |
Sets a particular value in the block settings. |
| BlockRepositoryInterface | interface | core/ |
|
| BlockRepositoryInterface.php | file | core/ |
|
| BlockRepositoryInterface::getVisibleBlocksPerRegion | function | core/ |
Returns an array of regions and their block entities. |
| BlockRepositoryInterface::REGIONS_ALL | constant | core/ |
Return all regions. |
| BlockRepositoryInterface::REGIONS_VISIBLE | constant | core/ |
Return only visible regions. |
| BookManagerInterface | interface | core/ |
Provides an interface defining a book manager. |
| BookManagerInterface.php | file | core/ |
|
| BookManagerInterface::addFormElements | function | core/ |
Builds the common elements of the book form for the node and outline forms. |
| BookManagerInterface::bookLinkTranslate | function | core/ |
Provides book loading, access control and translation. |
| BookManagerInterface::bookSubtreeData | function | core/ |
Gets the data representing a subtree of the book hierarchy. |
| BookManagerInterface::bookTreeAllData | function | core/ |
Gets the data structure representing a named menu tree. |
| BookManagerInterface::bookTreeCheckAccess | function | core/ |
Checks access and performs dynamic operations for each link in the tree. |
| BookManagerInterface::bookTreeCollectNodeLinks | function | core/ |
Collects node links from a given menu tree recursively. |
| BookManagerInterface::bookTreeGetFlat | function | core/ |
Gets the book for a page and returns it as a linear array. |
| BookManagerInterface::bookTreeOutput | function | core/ |
Returns a rendered menu tree. |
| BookManagerInterface::checkNodeIsRemovable | function | core/ |
Determines if a node can be removed from the book. |
| BookManagerInterface::deleteFromBook | function | core/ |
Deletes node's entry from book table. |
| BookManagerInterface::getActiveTrailIds | function | core/ |
Gets the active trail IDs for the specified book at the provided path. |
| BookManagerInterface::getAllBooks | function | core/ |
Returns an array of all books. |
| BookManagerInterface::getBookParents | function | core/ |
|
| BookManagerInterface::getLinkDefaults | function | core/ |
Returns an array with default values for a book page's menu link. |
| BookManagerInterface::getParentDepthLimit | function | core/ |
Finds the depth limit for items in the parent select. |
| BookManagerInterface::getTableOfContents | function | core/ |
Returns an array of book pages in table of contents order. |
| BookManagerInterface::loadBookLink | function | core/ |
Loads a single book entry. |
| BookManagerInterface::loadBookLinks | function | core/ |
Loads multiple book entries. |
| BookManagerInterface::saveBookLink | function | core/ |
Saves a single book entry. |
| BookManagerInterface::updateOutline | function | core/ |
Handles additions and updates to the book outline. |
| BookOutlineStorageInterface | interface | core/ |
Defines a common interface for book outline storage classes. |
| BookOutlineStorageInterface.php | file | core/ |
|
| BookOutlineStorageInterface::countOriginalLinkChildren | function | core/ |
Count the number of original link children. |
| BookOutlineStorageInterface::delete | function | core/ |
Deletes a book entry. |
| BookOutlineStorageInterface::getBookMenuTree | function | core/ |
Builds tree data used for the menu tree. |
| BookOutlineStorageInterface::getBooks | function | core/ |
Gets books (the highest positioned book links). |
| BookOutlineStorageInterface::getBookSubtree | function | core/ |
Get book subtree. |
| BookOutlineStorageInterface::getChildRelativeDepth | function | core/ |
Gets child relative depth. |
| BookOutlineStorageInterface::hasBooks | function | core/ |
Checks if there are any books. |
| BookOutlineStorageInterface::insert | function | core/ |
Inserts a book link. |
| BookOutlineStorageInterface::loadBookChildren | function | core/ |
Loads book's children using its parent ID. |
| BookOutlineStorageInterface::loadMultiple | function | core/ |
Loads books. |
| BookOutlineStorageInterface::update | function | core/ |
Updates book reference for links that were moved between books. |
| BookOutlineStorageInterface::updateMovedChildren | function | core/ |
Update the book ID of the book link that it's being moved. |
| BooleanInterface | interface | core/ |
Interface for boolean data. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.