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 |
---|---|---|---|
AlterableInterface | interface | core/ |
Interface for a query that can be manipulated via an alter hook. |
AlterableInterface.php | file | core/ |
|
AlterableInterface::addMetaData | function | core/ |
Adds additional metadata to the query. |
AlterableInterface::addTag | function | core/ |
Adds a tag to a query. |
AlterableInterface::getMetaData | function | core/ |
Retrieves a given piece of metadata. |
AlterableInterface::hasAllTags | function | core/ |
Determines if a given query has all specified tags. |
AlterableInterface::hasAnyTag | function | core/ |
Determines if a given query has any specified tag. |
AlterableInterface::hasTag | function | core/ |
Determines if a given query has a given tag. |
AnnotationInterface | interface | core/ |
Defines a common interface for classed annotations. |
AnnotationInterface.php | file | core/ |
|
AnnotationInterface::get | function | core/ |
Gets the value of an annotation. |
AnnotationInterface::getClass | function | core/ |
Gets the class of the annotated class. |
AnnotationInterface::getId | function | core/ |
Gets the unique ID for this annotated class. |
AnnotationInterface::getProvider | function | core/ |
Gets the name of the provider of the annotated class. |
AnnotationInterface::setClass | function | core/ |
Sets the class of the annotated class. |
AnnotationInterface::setProvider | function | core/ |
Sets the name of the provider of the annotated class. |
ArgumentsResolverInterface | interface | core/ |
Resolves the arguments to pass to a callable. |
ArgumentsResolverInterface.php | file | core/ |
|
ArgumentsResolverInterface::getArguments | function | core/ |
Gets arguments suitable for passing to the given callable. |
BlockManagerInterface | interface | core/ |
Provides an interface for the discovery and instantiation of block plugins. |
BlockManagerInterface.php | file | core/ |
|
BlockPluginInterface | interface | core/ |
Defines the required interface for all block plugins. |
BlockPluginInterface.php | file | core/ |
|
BlockPluginInterface::access | function | core/ |
Indicates whether the block should be shown. |
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. |
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. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.