Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| 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. |
| TransitionInterface::PLUGIN_FORM_KEY | constant | core/ |
The key of the transition plugin form. |
| TransitionInterface::to | function | core/ |
Gets the transition's to state. |
| TransitionInterface::weight | function | core/ |
Gets the transition's weight. |
| TranslatableInterface | interface | core/ |
Interface for translatable data. |
| TranslatableInterface | interface | core/ |
Provides methods for an entity to support translation. |
| TranslatableInterface.php | file | core/ |
|
| TranslatableInterface.php | file | core/ |
|
| TranslatableInterface::addTranslation | function | core/ |
Adds a new translation to the translatable object. |
| TranslatableInterface::getTranslation | function | core/ |
Gets a translation of the data. |
| TranslatableInterface::getTranslationLanguages | function | core/ |
Returns the languages the data is translated to. |
| TranslatableInterface::getUntranslated | function | core/ |
Returns the translatable object referring to the original language. |
| TranslatableInterface::hasTranslation | function | core/ |
Checks there is a translation for the given language code. |
| TranslatableInterface::hasTranslationChanges | function | core/ |
Determines if the current translation of the entity has unsaved changes. |
| TranslatableInterface::isDefaultTranslation | function | core/ |
Checks whether the translation is the default one. |
| TranslatableInterface::isNewTranslation | function | core/ |
Checks whether the translation is new. |
| TranslatableInterface::isTranslatable | function | core/ |
Returns the translation support status. |
| TranslatableInterface::language | function | core/ |
Returns the translation language. |
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.