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 |
|---|---|---|---|
| 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. |
| TranslatableRevisionableInterface::setRevisionTranslationAffected | function | core/ |
Marks the current revision translation as affected. |
| TranslatableRevisionableInterface::setRevisionTranslationAffectedEnforced | function | core/ |
Enforces the revision translation affected flag value. |
| TranslatableRevisionableStorageInterface | interface | core/ |
A storage that supports translatable and revisionable entity types. |
| TranslatableRevisionableStorageInterface.php | file | core/ |
|
| TranslatableRevisionableStorageInterface::createRevision | function | core/ |
Creates a new revision starting off from the specified entity object. |
| TranslatableRevisionableStorageInterface::getLatestTranslationAffectedRevisionId | function | core/ |
Returns the latest revision affecting the specified translation. |
| TranslatableStorageInterface | interface | core/ |
A storage that supports translatable entity types. |
| TranslatableStorageInterface.php | file | core/ |
|
| TranslatableStorageInterface::createTranslation | function | core/ |
Constructs a new entity translation object, without permanently saving it. |
| TranslationInterface | interface | core/ |
Interface for the translation.manager translation service. |
| TranslationInterface.php | file | core/ |
|
| TranslationInterface::formatPlural | function | core/ |
Formats a string containing a count of items. |
| TranslationInterface::translate | function | core/ |
Translates a string to the current language or to a given language. |
| TranslationInterface::translateString | function | core/ |
Translates a TranslatableMarkup object to a string. |
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.