Search for interface

  1. Search 7.x for interface
  2. Search 8.9.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
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.
TipPluginInterface::getLabel function core/modules/tour/src/TipPluginInterface.php Returns label of the tip.
TipPluginInterface::getOutput function core/modules/tour/src/TipPluginInterface.php Returns a renderable array.
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.
TitleResolverInterface.php file core/lib/Drupal/Core/Controller/TitleResolverInterface.php
TitleResolverInterface::getTitle function core/lib/Drupal/Core/Controller/TitleResolverInterface.php Returns a static or dynamic title for the route.
TokenReplaceKernelTestBase::$interfaceLanguage property core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php The interface language.
TopLevelDataInterface interface core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Interface for objects that can appear as top-level object data.
TopLevelDataInterface.php file core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php
TopLevelDataInterface::getData function core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Returns the data for the top-level data member of a JSON:API document.
TopLevelDataInterface::getMergedLinks function core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Merges the object's links with the top-level links.
TopLevelDataInterface::getMergedMeta function core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Merges the object's meta member with the top-level meta member.
TopLevelDataInterface::getOmissions function core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Returns the data that was omitted from the JSON:API document.
TourInterface interface core/modules/tour/src/TourInterface.php Provides an interface defining a tour entity.
TourInterface.php file core/modules/tour/src/TourInterface.php
TourInterface::getModule function core/modules/tour/src/TourInterface.php Gets the module this tour belongs to.
TourInterface::getRoutes function core/modules/tour/src/TourInterface.php The routes that this tour will appear on.
TourInterface::getTip function core/modules/tour/src/TourInterface.php Returns tip plugin.
TourInterface::getTips function core/modules/tour/src/TourInterface.php Returns the tips for this tour.
TourInterface::hasMatchingRoute function core/modules/tour/src/TourInterface.php Whether the tour matches a given set of route parameters.
TourInterface::resetKeyedRoutes function core/modules/tour/src/TourInterface.php Resets the statically cached keyed routes.
TourTipPluginInterface interface core/modules/tour/src/TourTipPluginInterface.php Defines an interface for tour items.
TourTipPluginInterface.php file core/modules/tour/src/TourTipPluginInterface.php
TourTipPluginInterface::getBody function core/modules/tour/src/TourTipPluginInterface.php Returns the body content of the tooltip.
TourTipPluginInterface::getLocation function core/modules/tour/src/TourTipPluginInterface.php Returns the configured placement of the tip relative to the element.
TourTipPluginInterface::getSelector function core/modules/tour/src/TourTipPluginInterface.php Returns the selector the tour tip will attach to.
TransitionInterface interface core/modules/workflows/src/TransitionInterface.php A transition value object that describes the transition between two states.
TransitionInterface.php file core/modules/workflows/src/TransitionInterface.php
TransitionInterface::DIRECTION_FROM constant core/modules/workflows/src/TransitionInterface.php The transition direction from.
TransitionInterface::DIRECTION_TO constant core/modules/workflows/src/TransitionInterface.php The transition direction to.
TransitionInterface::from function core/modules/workflows/src/TransitionInterface.php Gets the transition's from states.
TransitionInterface::id function core/modules/workflows/src/TransitionInterface.php Gets the transition's ID.
TransitionInterface::label function core/modules/workflows/src/TransitionInterface.php Gets the transition's label.

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