Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
|
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. |
BuilderInterface::getPath | function | composer/ |
Return the path to where the metapackage should be written. |
BuilderInterface::__construct | function | composer/ |
BuilderInterface constructor. |
BundleEntityStorageInterface | interface | core/ |
A storage that supports entities with bundle specific classes. |
BundleEntityStorageInterface.php | file | core/ |
|
BundleEntityStorageInterface::getBundleFromClass | function | core/ |
Retrieves the bundle name for a provided class name. |
BundleTranslationSettingsInterface | interface | core/ |
Interface providing support for content translation bundle settings. |
BundleTranslationSettingsInterface.php | file | core/ |
|
BundleTranslationSettingsInterface::getBundleTranslationSettings | function | core/ |
Returns translation settings for the specified bundle. |
BundleTranslationSettingsInterface::setBundleTranslationSettings | function | core/ |
Sets translation settings for the specified bundle. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.