Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
|
| TransactionManagerInterface | interface | core/ |
Interface for the database transaction manager classes. |
| TransactionManagerInterface.php | file | core/ |
|
| TransactionManagerInterface::addPostTransactionCallback | function | core/ |
Adds a root transaction end callback. |
| TransactionManagerInterface::has | function | core/ |
Checks if a named Drupal transaction is active. |
| TransactionManagerInterface::inTransaction | function | core/ |
Determines if there is an active transaction open. |
| TransactionManagerInterface::push | function | core/ |
Pushes a new Drupal transaction on the stack. |
| TransactionManagerInterface::rollback | function | core/ |
Rolls back a Drupal transaction. |
| TransactionManagerInterface::unpile | function | core/ |
Removes a Drupal transaction from the stack. |
| TransactionManagerInterface::voidClientTransaction | function | core/ |
Voids the client connection. |
| 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 in the language it was created. |
| 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. |
| TranslatableInterface::removeTranslation | function | core/ |
Removes the translation identified by the given language code. |
| TranslatableRevisionableInterface | interface | core/ |
Provides methods for an entity to support revision translation. |
| TranslatableRevisionableInterface.php | file | core/ |
|
| TranslatableRevisionableInterface::isDefaultTranslationAffectedOnly | function | core/ |
Checks if untranslatable fields should affect only the default translation. |
| TranslatableRevisionableInterface::isLatestTranslationAffectedRevision | function | core/ |
Checks whether this is the latest revision affecting this translation. |
| TranslatableRevisionableInterface::isRevisionTranslationAffected | function | core/ |
Checks whether the current translation is affected by the current revision. |
Pagination
- Previous page
- Page 83
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.