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
- Search main for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TestRunResultsStorageInterface::cleanUp | function | core/ |
Resets the test run storage. |
| TestRunResultsStorageInterface::createNew | function | core/ |
Gets a new unique identifier for a test run. |
| TestRunResultsStorageInterface::getCurrentTestRunState | function | core/ |
Get state information about a test run, from storage. |
| TestRunResultsStorageInterface::getLogEntriesByTestClass | function | core/ |
Get test results for a test run, ordered by test class. |
| TestRunResultsStorageInterface::insertLogEntry | function | core/ |
Adds a test log entry for a test run to the storage. |
| TestRunResultsStorageInterface::removeResults | function | core/ |
Removes the results of a test run from the storage. |
| TestRunResultsStorageInterface::setDatabasePrefix | function | core/ |
Sets the test database prefix of a test run in storage. |
| TestRunResultsStorageInterface::validateTestingResultsEnvironment | function | core/ |
Checks if the test run storage is valid. |
| TestServiceWithChildInterfaces | class | core/ |
Test service that implements test child interface. |
| TestServiceWithInterface | class | core/ |
Test service that implements test interface. |
| TestServiceWithInterface::testMethod | function | core/ |
|
| 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. |
| ThemeEngineInterface | interface | core/ |
Defines an interface for a theme engine. |
| ThemeEngineInterface.php | file | core/ |
|
| ThemeEngineInterface::renderTemplate | function | core/ |
Renders a template. |
| ThemeEngineInterface::theme | function | core/ |
Registers templates that belong to the theme engine. |
| 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::getThemeEngine | function | core/ |
Returns the theme engine if it exists. |
| ThemeManagerInterface::hasActiveTheme | function | core/ |
Determines whether there is an active theme. |
Pagination
- Previous page
- Page 83
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.