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 |
|---|---|---|---|
| ThemeInstallerInterface::install | function | core/ |
Installs a given list of themes. |
| ThemeInstallerInterface::uninstall | function | core/ |
Uninstalls a given list of themes. |
| ThemeManagerInterface | interface | core/ |
Provides a high level access to the active theme and methods to use it. |
| ThemeManagerInterface.php | file | core/ |
|
| ThemeManagerInterface::alter | function | core/ |
Passes alterable variables to specific $theme_TYPE_alter() implementations. |
| ThemeManagerInterface::alterForTheme | function | core/ |
Provides an alter hook for a specific theme. |
| ThemeManagerInterface::getActiveTheme | function | core/ |
Returns the active theme object. |
| ThemeManagerInterface::hasActiveTheme | function | core/ |
Determines whether there is an active theme. |
| ThemeManagerInterface::render | function | core/ |
Generates themed output. |
| ThemeManagerInterface::resetActiveTheme | function | core/ |
Resets the current active theme. |
| ThemeManagerInterface::setActiveTheme | function | core/ |
Sets the current active theme manually. |
| ThemeNegotiatorInterface | interface | core/ |
Defines an interface for classes which determine the active theme. |
| ThemeNegotiatorInterface.php | file | core/ |
|
| ThemeNegotiatorInterface::applies | function | core/ |
Whether this theme negotiator should be used to set the theme. |
| ThemeNegotiatorInterface::determineActiveTheme | function | core/ |
Determine the active theme for the request. |
| ThirdPartySettingsInterface | interface | core/ |
Interface for configuration entities to store third party information. |
| ThirdPartySettingsInterface.php | file | core/ |
|
| ThirdPartySettingsInterface::getThirdPartyProviders | function | core/ |
Gets the list of third parties that store information. |
| ThirdPartySettingsInterface::getThirdPartySetting | function | core/ |
Gets the value of a third-party setting. |
| ThirdPartySettingsInterface::getThirdPartySettings | function | core/ |
Gets all third-party settings of a given module. |
| ThirdPartySettingsInterface::setThirdPartySetting | function | core/ |
Sets the value of a third-party setting. |
| ThirdPartySettingsInterface::unsetThirdPartySetting | function | core/ |
Unsets a third-party setting. |
| TimeInterface | interface | core/ |
Defines an interface for obtaining system time. |
| TimeInterface.php | file | core/ |
|
| TimeInterface::getCurrentMicroTime | function | core/ |
Returns the current system time with microsecond precision. |
| TimeInterface::getCurrentTime | function | core/ |
Returns the current system time as an integer. |
| TimeInterface::getRequestMicroTime | function | core/ |
Returns the timestamp for the current request with microsecond precision. |
| TimeInterface::getRequestTime | function | core/ |
Returns the timestamp for the current request. |
| TipPluginInterface | interface | core/ |
Defines an interface for tour items. |
| TipPluginInterface.php | file | core/ |
|
| TipPluginInterface::get | function | core/ |
Used for returning values by key. |
| TipPluginInterface::getBody | function | core/ |
Returns the body content of the tooltip. |
| TipPluginInterface::getLabel | function | core/ |
Returns label of the tip. |
| TipPluginInterface::getLocation | function | core/ |
Returns the configured placement of the tip relative to the element. |
| TipPluginInterface::getSelector | function | core/ |
Returns the selector the tour tip will attach to. |
| TipPluginInterface::getWeight | function | core/ |
Returns weight of the tip. |
| TipPluginInterface::id | function | core/ |
Returns id of the tip. |
| TipPluginInterface::set | function | core/ |
Used for returning values by key. |
| TitleBlockPluginInterface | interface | core/ |
The interface for "title" blocks. |
| TitleBlockPluginInterface.php | file | core/ |
|
| TitleBlockPluginInterface::setTitle | function | core/ |
Sets the title. |
| TitleResolverInterface | interface | core/ |
Defines a class which knows how to generate the title from a given route. |
| TitleResolverInterface.php | file | core/ |
|
| TitleResolverInterface::getTitle | function | core/ |
Returns a static or dynamic title for the route. |
| TokenReplaceKernelTestBase::$interfaceLanguage | property | core/ |
The interface language. |
| TopLevelDataInterface | interface | core/ |
Interface for objects that can appear as top-level object data. |
| TopLevelDataInterface.php | file | core/ |
|
| TopLevelDataInterface::getData | function | core/ |
Returns the data for the top-level data member of a JSON:API document. |
| TopLevelDataInterface::getMergedLinks | function | core/ |
Merges the object's links with the top-level links. |
| TopLevelDataInterface::getMergedMeta | function | core/ |
Merges the object's meta member with the top-level meta member. |
Pagination
- Previous page
- Page 82
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.