Search for interface
- Search 7.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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 link for a single book entry to the book. |
| 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. |
| BooleanInterface.php | file | core/ |
|
| BooleanItemNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| BooleanNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| BreadcrumbBuilderInterface | interface | core/ |
Defines an interface for classes that build breadcrumbs. |
| BreadcrumbBuilderInterface.php | file | core/ |
|
| BreadcrumbBuilderInterface::applies | function | core/ |
Whether this breadcrumb builder should be used to build the breadcrumb. |
| BreadcrumbBuilderInterface::build | function | core/ |
Builds the breadcrumb. |
| BreakpointInterface | interface | core/ |
Interface for Breakpoint plugins. |
| BreakpointInterface.php | file | core/ |
|
| BreakpointInterface::getGroup | function | core/ |
Returns the breakpoint group. |
| BreakpointInterface::getLabel | function | core/ |
Returns the translated label. |
| BreakpointInterface::getMediaQuery | function | core/ |
Returns the media query. |
| BreakpointInterface::getMultipliers | function | core/ |
Returns the multipliers. |
| BreakpointInterface::getProvider | function | core/ |
Returns the provider. |
| BreakpointInterface::getWeight | function | core/ |
Returns the weight. |
| BreakpointManagerInterface | interface | core/ |
Defines an interface for breakpoint managers. |
| BreakpointManagerInterface.php | file | core/ |
|
| BreakpointManagerInterface::getBreakpointsByGroup | function | core/ |
Gets breakpoints for the specified group. |
| BreakpointManagerInterface::getGroupProviders | function | core/ |
Gets all the providers for the specified breakpoint group. |
| BreakpointManagerInterface::getGroups | function | core/ |
Gets all the existing breakpoint groups. |
| BuilderInterface | interface | composer/ |
Produce the output for a metapackage. |
| BuilderInterface.php | file | composer/ |
|
| BuilderInterface::getPackage | function | composer/ |
Generate the Composer.json data for the current tag or branch. |
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.