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 |
|---|---|---|---|
| LayoutTempstoreRepositoryInterface::get | function | core/ |
Gets the tempstore version of a section storage, if it exists. |
| LayoutTempstoreRepositoryInterface::has | function | core/ |
Checks for the existence of a tempstore version of a section storage. |
| LayoutTempstoreRepositoryInterface::set | function | core/ |
Stores this section storage in tempstore. |
| LibraryDependencyResolverInterface | interface | core/ |
Resolves the dependencies of asset (CSS/JavaScript) libraries. |
| LibraryDependencyResolverInterface.php | file | core/ |
|
| LibraryDependencyResolverInterface::getLibrariesWithDependencies | function | core/ |
Gets the given libraries with their dependencies. |
| LibraryDependencyResolverInterface::getMinimalRepresentativeSubset | function | core/ |
Gets the minimal representative subset of the given libraries. |
| LibraryDiscoveryInterface | interface | core/ |
Discovers information for asset (CSS/JavaScript) libraries. |
| LibraryDiscoveryInterface.php | file | core/ |
|
| LibraryDiscoveryInterface::clearCachedDefinitions | function | core/ |
Clears static and persistent library definition caches. |
| LibraryDiscoveryInterface::getLibrariesByExtension | function | core/ |
Gets all libraries defined by an extension. |
| LibraryDiscoveryInterface::getLibraryByName | function | core/ |
Gets a single library defined by an extension by name. |
| LinkCollectionNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| LinkGeneratorInterface | interface | core/ |
Defines an interface for generating links from route names and parameters. |
| LinkGeneratorInterface.php | file | core/ |
|
| LinkGeneratorInterface::generate | function | core/ |
Renders a link to a URL. |
| LinkGeneratorInterface::generateFromLink | function | core/ |
Renders a link from a link object. |
| LinkItemInterface | interface | core/ |
Defines an interface for the link field item. |
| LinkItemInterface.php | file | core/ |
|
| LinkItemInterface::getUrl | function | core/ |
Gets the URL object. |
| LinkItemInterface::isExternal | function | core/ |
Determines if a link is external. |
| LinkItemInterface::LINK_EXTERNAL | constant | core/ |
Specifies whether the field supports only external URLs. |
| LinkItemInterface::LINK_GENERIC | constant | core/ |
Specifies whether the field supports both internal and external URLs. |
| LinkItemInterface::LINK_INTERNAL | constant | core/ |
Specifies whether the field supports only internal URLs. |
| LinkManagerInterface | interface | core/ |
|
| LinkManagerInterface | interface | core/ |
Interface implemented by link managers. |
| LinkManagerInterface.php | file | core/ |
|
| LinkManagerInterface.php | file | core/ |
|
| LinkRelationTypeInterface | interface | core/ |
Defines a single link relation type. |
| LinkRelationTypeInterface.php | file | core/ |
|
| LinkRelationTypeInterface::getDescription | function | core/ |
Returns the link relation type description. |
| LinkRelationTypeInterface::getExtensionUri | function | core/ |
Returns the extension link relation type URI. |
| LinkRelationTypeInterface::getNotes | function | core/ |
Returns some extra notes/comments about this link relation type. |
| LinkRelationTypeInterface::getReference | function | core/ |
Returns the URL pointing to the reference of the link relation type. |
| LinkRelationTypeInterface::getRegisteredName | function | core/ |
Returns the registered link relation type name. |
| LinkRelationTypeInterface::isExtension | function | core/ |
Indicates whether this link relation type is of the 'extension' kind. |
| LinkRelationTypeInterface::isRegistered | function | core/ |
Indicates whether this link relation type is of the 'registered' kind. |
| ListDataDefinitionInterface | interface | core/ |
Interface for data definitions of lists. |
| ListDataDefinitionInterface.php | file | core/ |
|
| ListDataDefinitionInterface::createFromItemType | function | core/ |
Creates a new list data definition for items of the given data type. |
| ListDataDefinitionInterface::getItemDefinition | function | core/ |
Gets the data definition of an item of the list. |
| ListInterface | interface | core/ |
Interface for a list of typed data. |
| ListInterface.php | file | core/ |
|
| ListInterface::appendItem | function | core/ |
Appends a new item to the list. |
| ListInterface::filter | function | core/ |
Filters the items in the list using a custom callback. |
| ListInterface::first | function | core/ |
Returns the first item in this list. |
| ListInterface::get | function | core/ |
Returns the item at the specified position in this list. |
| ListInterface::getDataDefinition | function | core/ |
Gets the data definition. |
| ListInterface::getItemDefinition | function | core/ |
Gets the definition of a contained item. |
| ListInterface::isEmpty | function | core/ |
Determines whether the list contains any non-empty items. |
Pagination
- Previous page
- Page 50
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.