Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Search main for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TopBarItemPluginInterface::label | function | core/ |
Returns the translated plugin label. |
| TopBarItemPluginInterface::region | function | core/ |
Returns the plugin region. |
| TopBarItemPluginInterface::weight | function | core/ |
Returns the plugin weight. |
| 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. |
| 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::purge | function | core/ |
Purges a Drupal transaction from the manager. |
| 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/ |
Provides methods for an entity to support translation. |
| TranslatableInterface | interface | core/ |
Interface for translatable data. |
| 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. |
| TranslatableRevisionableInterface::isRevisionTranslationAffectedEnforced | function | core/ |
Checks if the revision translation affected flag value has been enforced. |
Pagination
- Previous page
- Page 85
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.