Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 10.3.x for interface
  4. Search 11.x for interface
  5. Other projects
Title Object type File name Summary
ThemeHandlerInterface::listInfo function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Returns a list of currently installed themes.
ThemeHandlerInterface::rebuildThemeData function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Scans and collects theme extension data and their engines.
ThemeHandlerInterface::refreshInfo function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Refreshes the theme info data of currently installed themes.
ThemeHandlerInterface::reset function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Resets the internal state of the theme handler.
ThemeHandlerInterface::setDefault function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Sets a new default theme.
ThemeHandlerInterface::themeExists function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Determines whether a given theme is installed.
ThemeHandlerInterface::uninstall function core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php Uninstalls a given list of themes.
ThemeInitializationInterface interface core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php Defines an interface which contain theme initialization logic.
ThemeInitializationInterface.php file core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php
ThemeInitializationInterface::getActiveTheme function core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php Builds up the active theme object from extensions.
ThemeInitializationInterface::getActiveThemeByName function core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php Builds an active theme object.
ThemeInitializationInterface::initTheme function core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php Initializes a given theme.
ThemeInitializationInterface::loadActiveTheme function core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php Loads a theme, so it is ready to be used.
ThemeInstallerInterface interface core/lib/Drupal/Core/Extension/ThemeInstallerInterface.php Manages theme installation/uninstallation.
ThemeInstallerInterface.php file core/lib/Drupal/Core/Extension/ThemeInstallerInterface.php
ThemeInstallerInterface::install function core/lib/Drupal/Core/Extension/ThemeInstallerInterface.php Installs a given list of themes.
ThemeInstallerInterface::uninstall function core/lib/Drupal/Core/Extension/ThemeInstallerInterface.php Uninstalls a given list of themes.
ThemeManagerInterface interface core/lib/Drupal/Core/Theme/ThemeManagerInterface.php Provides a high level access to the active theme and methods to use it.
ThemeManagerInterface.php file core/lib/Drupal/Core/Theme/ThemeManagerInterface.php
ThemeManagerInterface::alter function core/lib/Drupal/Core/Theme/ThemeManagerInterface.php Passes alterable variables to specific $theme_TYPE_alter() implementations.
ThemeManagerInterface::alterForTheme function core/lib/Drupal/Core/Theme/ThemeManagerInterface.php Provides an alter hook for a specific theme.
ThemeManagerInterface::getActiveTheme function core/lib/Drupal/Core/Theme/ThemeManagerInterface.php Returns the active theme object.
ThemeManagerInterface::hasActiveTheme function core/lib/Drupal/Core/Theme/ThemeManagerInterface.php Determines whether there is an active theme.
ThemeManagerInterface::render function core/lib/Drupal/Core/Theme/ThemeManagerInterface.php Generates themed output.
ThemeManagerInterface::resetActiveTheme function core/lib/Drupal/Core/Theme/ThemeManagerInterface.php Resets the current active theme.
ThemeManagerInterface::setActiveTheme function core/lib/Drupal/Core/Theme/ThemeManagerInterface.php Sets the current active theme manually.
ThemeNegotiatorInterface interface core/lib/Drupal/Core/Theme/ThemeNegotiatorInterface.php Defines an interface for classes which determine the active theme.
ThemeNegotiatorInterface.php file core/lib/Drupal/Core/Theme/ThemeNegotiatorInterface.php
ThemeNegotiatorInterface::applies function core/lib/Drupal/Core/Theme/ThemeNegotiatorInterface.php Whether this theme negotiator should be used to set the theme.
ThemeNegotiatorInterface::determineActiveTheme function core/lib/Drupal/Core/Theme/ThemeNegotiatorInterface.php Determine the active theme for the request.
ThirdPartySettingsInterface interface core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php Interface for configuration entities to store third party information.
ThirdPartySettingsInterface.php file core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php
ThirdPartySettingsInterface::getThirdPartyProviders function core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php Gets the list of third parties that store information.
ThirdPartySettingsInterface::getThirdPartySetting function core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php Gets the value of a third-party setting.
ThirdPartySettingsInterface::getThirdPartySettings function core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php Gets all third-party settings of a given module.
ThirdPartySettingsInterface::setThirdPartySetting function core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php Sets the value of a third-party setting.
ThirdPartySettingsInterface::unsetThirdPartySetting function core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php Unsets a third-party setting.
TimeInterface interface core/lib/Drupal/Component/Datetime/TimeInterface.php Defines an interface for obtaining system time.
TimeInterface.php file core/lib/Drupal/Component/Datetime/TimeInterface.php
TimeInterface::getCurrentMicroTime function core/lib/Drupal/Component/Datetime/TimeInterface.php Returns the current system time with microsecond precision.
TimeInterface::getCurrentTime function core/lib/Drupal/Component/Datetime/TimeInterface.php Returns the current system time as an integer.
TimeInterface::getRequestMicroTime function core/lib/Drupal/Component/Datetime/TimeInterface.php Returns the timestamp for the current request with microsecond precision.
TimeInterface::getRequestTime function core/lib/Drupal/Component/Datetime/TimeInterface.php Returns the timestamp for the current request.
TimestampItemNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/TimestampItemNormalizer.php The interface or class that this Normalizer supports.
TimestampItemNormalizer::$supportedInterfaceOrClass property core/modules/hal/src/Normalizer/TimestampItemNormalizer.php The interface or class that this Normalizer supports.
TimestampNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/TimestampNormalizer.php The interface or class that this Normalizer supports.
TipPluginInterface interface core/modules/tour/src/TipPluginInterface.php Defines an interface for tour items.
TipPluginInterface.php file core/modules/tour/src/TipPluginInterface.php
TipPluginInterface::get function core/modules/tour/src/TipPluginInterface.php Used for returning values by key.
TipPluginInterface::getAttributes function core/modules/tour/src/TipPluginInterface.php Returns an array of attributes for the tip wrapper.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.