Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 10.3.x for interface
  5. Other projects
Title Object type File name Summary
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.
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::getBody function core/modules/tour/src/TipPluginInterface.php Returns the body content of the tooltip.
TipPluginInterface::getLabel function core/modules/tour/src/TipPluginInterface.php Returns label of the tip.
TipPluginInterface::getLocation function core/modules/tour/src/TipPluginInterface.php Returns the configured placement of the tip relative to the element.
TipPluginInterface::getSelector function core/modules/tour/src/TipPluginInterface.php Returns the selector the tour tip will attach to.
TipPluginInterface::getWeight function core/modules/tour/src/TipPluginInterface.php Returns weight of the tip.
TipPluginInterface::id function core/modules/tour/src/TipPluginInterface.php Returns id of the tip.
TipPluginInterface::set function core/modules/tour/src/TipPluginInterface.php Used for returning values by key.
TitleBlockPluginInterface interface core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php The interface for "title" blocks.
TitleBlockPluginInterface.php file core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php
TitleBlockPluginInterface::setTitle function core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php Sets the title.
TitleResolverInterface interface core/lib/Drupal/Core/Controller/TitleResolverInterface.php Defines a class which knows how to generate the title from a given route.

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