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 |
---|---|---|---|
TestSetupInterface | interface | core/ |
Allows setting up an environment as part of a test site install. |
TestSetupInterface.php | file | core/ |
|
TestSetupInterface::setup | function | core/ |
Run the code to setup the test environment. |
TestStatementInterface | interface | core/ |
Creates StatementInterface for testing. |
TextItemSillyNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
ThemeHandlerInterface | interface | core/ |
Manages the list of available themes. |
ThemeHandlerInterface.php | file | core/ |
|
ThemeHandlerInterface::addTheme | function | core/ |
Adds a theme extension to the internal listing. |
ThemeHandlerInterface::getBaseThemes | function | core/ |
Finds all the base themes for the specified theme. |
ThemeHandlerInterface::getDefault | function | core/ |
Returns the default theme. |
ThemeHandlerInterface::getName | function | core/ |
Gets the human readable name of a given theme. |
ThemeHandlerInterface::getTheme | function | core/ |
Returns a theme extension object from the currently active theme list. |
ThemeHandlerInterface::getThemeDirectories | function | core/ |
Returns an array of directories for all installed themes. |
ThemeHandlerInterface::hasUi | function | core/ |
Determines if a theme should be shown in the user interface. |
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::themeExists | function | core/ |
Determines whether a given theme is installed. |
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. |
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.