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 |
---|---|---|---|
ThemeHandlerInterface::listInfo | function | core/ |
Returns a list of currently installed themes. |
ThemeHandlerInterface::rebuildThemeData | function | core/ |
Scans and collects theme extension data and their engines. |
ThemeHandlerInterface::refreshInfo | function | core/ |
Refreshes the theme info data of currently installed themes. |
ThemeHandlerInterface::reset | function | core/ |
Resets the internal state of the theme handler. |
ThemeHandlerInterface::setDefault | function | core/ |
Sets a new default theme. |
ThemeHandlerInterface::themeExists | function | core/ |
Determines whether a given theme is installed. |
ThemeHandlerInterface::uninstall | function | core/ |
Uninstalls a given list of themes. |
ThemeInitializationInterface | interface | core/ |
Defines an interface which contain theme initialization logic. |
ThemeInitializationInterface.php | file | core/ |
|
ThemeInitializationInterface::getActiveTheme | function | core/ |
Builds up the active theme object from extensions. |
ThemeInitializationInterface::getActiveThemeByName | function | core/ |
Builds an active theme object. |
ThemeInitializationInterface::initTheme | function | core/ |
Initializes a given theme. |
ThemeInitializationInterface::loadActiveTheme | function | core/ |
Loads a theme, so it is ready to be used. |
ThemeInstallerInterface | interface | core/ |
Manages theme installation/uninstallation. |
ThemeInstallerInterface.php | file | core/ |
|
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. |
TimestampItemNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
TimestampItemNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
TimestampNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
TipPluginInterface | interface | core/ |
Defines an interface for tour items. |
TipPluginInterface.php | file | core/ |
|
TipPluginInterface::get | function | core/ |
Used for returning values by key. |
TipPluginInterface::getAttributes | function | core/ |
Returns an array of attributes for the tip wrapper. |
Pagination
- Previous page
- Page 81
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.