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 |
---|---|---|---|
TimeInterface.php | file | core/ |
|
TimeInterface::getCurrentMicroTime | function | core/ |
Returns the current system time with microsecond precision. |
TimeInterface::getCurrentTime | function | core/ |
Returns the current system time as an integer. |
TimeInterface::getRequestMicroTime | function | core/ |
Returns the timestamp for the current request with microsecond precision. |
TimeInterface::getRequestTime | function | core/ |
Returns the timestamp for the current request. |
TimestampItemNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
TimestampItemNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
TimestampNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
TipPluginInterface | interface | core/ |
Defines an interface for tour items. |
TipPluginInterface.php | file | core/ |
|
TipPluginInterface::get | function | core/ |
Used for returning values by key. |
TipPluginInterface::getAttributes | function | core/ |
Returns an array of attributes for the tip wrapper. |
TipPluginInterface::getLabel | function | core/ |
Returns label of the tip. |
TipPluginInterface::getOutput | function | core/ |
Returns a renderable array. |
TipPluginInterface::getWeight | function | core/ |
Returns weight of the tip. |
TipPluginInterface::id | function | core/ |
Returns id of the tip. |
TipPluginInterface::set | function | core/ |
Used for returning values by key. |
TitleBlockPluginInterface | interface | core/ |
The interface for "title" blocks. |
TitleBlockPluginInterface.php | file | core/ |
|
TitleBlockPluginInterface::setTitle | function | core/ |
Sets the title. |
TitleResolverInterface | interface | core/ |
Defines a class which knows how to generate the title from a given route. |
TitleResolverInterface.php | file | core/ |
|
TitleResolverInterface::getTitle | function | core/ |
Returns a static or dynamic title for the route. |
TokenReplaceKernelTestBase::$interfaceLanguage | property | core/ |
The interface language. |
TopLevelDataInterface | interface | core/ |
Interface for objects that can appear as top-level object data. |
TopLevelDataInterface.php | file | core/ |
|
TopLevelDataInterface::getData | function | core/ |
Returns the data for the top-level data member of a JSON:API document. |
TopLevelDataInterface::getMergedLinks | function | core/ |
Merges the object's links with the top-level links. |
TopLevelDataInterface::getMergedMeta | function | core/ |
Merges the object's meta member with the top-level meta member. |
TopLevelDataInterface::getOmissions | function | core/ |
Returns the data that was omitted from the JSON:API document. |
TourInterface | interface | core/ |
Provides an interface defining a tour entity. |
TourInterface.php | file | core/ |
|
TourInterface::getModule | function | core/ |
Gets the module this tour belongs to. |
TourInterface::getRoutes | function | core/ |
The routes that this tour will appear on. |
TourInterface::getTip | function | core/ |
Returns tip plugin. |
TourInterface::getTips | function | core/ |
Returns the tips for this tour. |
TourInterface::hasMatchingRoute | function | core/ |
Whether the tour matches a given set of route parameters. |
TourInterface::resetKeyedRoutes | function | core/ |
Resets the statically cached keyed routes. |
TourTipPluginInterface | interface | core/ |
Defines an interface for tour items. |
TourTipPluginInterface.php | file | core/ |
|
TourTipPluginInterface::getBody | function | core/ |
Returns the body content of the tooltip. |
TourTipPluginInterface::getLocation | function | core/ |
Returns the configured placement of the tip relative to the element. |
TourTipPluginInterface::getSelector | function | core/ |
Returns the selector the tour tip will attach to. |
TransitionInterface | interface | core/ |
A transition value object that describes the transition between two states. |
TransitionInterface.php | file | core/ |
|
TransitionInterface::DIRECTION_FROM | constant | core/ |
The transition direction from. |
TransitionInterface::DIRECTION_TO | constant | core/ |
The transition direction to. |
TransitionInterface::from | function | core/ |
Gets the transition's from states. |
TransitionInterface::id | function | core/ |
Gets the transition's ID. |
TransitionInterface::label | function | core/ |
Gets the transition's label. |
Pagination
- Previous page
- Page 82
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.