Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| LanguageNegotiatorInterface::updateConfiguration | function | core/ |
Updates the configuration based on the given language types. |
| LanguageSwitcherInterface | interface | core/ |
Interface for language switcher classes. |
| LanguageSwitcherInterface.php | file | core/ |
|
| LanguageSwitcherInterface::getLanguageSwitchLinks | function | core/ |
Returns language switch links. |
| LayoutBuilderEnabledInterface | interface | core/ |
Provides methods for enabling and disabling Layout Builder. |
| LayoutBuilderEnabledInterface.php | file | core/ |
|
| LayoutBuilderEnabledInterface::disableLayoutBuilder | function | core/ |
Disables the Layout Builder. |
| LayoutBuilderEnabledInterface::enableLayoutBuilder | function | core/ |
Enables the Layout Builder. |
| LayoutBuilderEnabledInterface::isLayoutBuilderEnabled | function | core/ |
Determines if Layout Builder is enabled. |
| LayoutBuilderOverridableInterface | interface | core/ |
Provides an interface for displays that could be overridable. |
| LayoutBuilderOverridableInterface.php | file | core/ |
|
| LayoutBuilderOverridableInterface::isOverridable | function | core/ |
Determines if the display allows custom overrides. |
| LayoutBuilderOverridableInterface::setOverridable | function | core/ |
Sets the display to allow or disallow overrides. |
| LayoutEntityDisplayInterface | interface | core/ |
Provides an interface for entity displays that have layout. |
| LayoutEntityDisplayInterface.php | file | core/ |
|
| LayoutInterface | interface | core/ |
Provides an interface for static Layout plugins. |
| LayoutInterface.php | file | core/ |
|
| LayoutInterface::build | function | core/ |
Build a render array for layout with regions. |
| LayoutInterface::getPluginDefinition | function | core/ |
|
| LayoutPluginManagerInterface | interface | core/ |
Provides the interface for a plugin manager of layouts. |
| LayoutPluginManagerInterface.php | file | core/ |
|
| LayoutPluginManagerInterface::createInstance | function | core/ |
|
| LayoutPluginManagerInterface::getDefinition | function | core/ |
|
| LayoutPluginManagerInterface::getDefinitions | function | core/ |
|
| LayoutPluginManagerInterface::getGroupedDefinitions | function | core/ |
|
| LayoutPluginManagerInterface::getLayoutOptions | function | core/ |
Returns an array of layout labels grouped by category. |
| LayoutPluginManagerInterface::getSortedDefinitions | function | core/ |
|
| LayoutPluginManagerInterface::getThemeImplementations | function | core/ |
Gets theme implementations for layouts. |
| LayoutTempstoreRepositoryInterface | interface | core/ |
Provides an interface for loading layouts from tempstore. |
| LayoutTempstoreRepositoryInterface.php | file | core/ |
|
| LayoutTempstoreRepositoryInterface::delete | function | core/ |
Removes the tempstore version of a section storage. |
| 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. |
| 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. |
| LinkItemInterface | interface | core/ |
Defines an interface for the link field item. |
| LinkItemInterface.php | file | core/ |
|
| LinkItemInterface::getTitle | function | core/ |
Gets the link title. |
| LinkItemInterface::getUrl | function | core/ |
Gets the URL object. |
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.