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 |
---|---|---|---|
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. |
TranslationStatusInterface | interface | core/ |
Defines an interface for checking the status of an entity translation. |
TranslationStatusInterface.php | file | core/ |
|
TranslationStatusInterface::getTranslationStatus | function | core/ |
Returns the translation status. |
TranslationStatusInterface::TRANSLATION_CREATED | constant | core/ |
Status code identifying a newly created translation. |
TranslationStatusInterface::TRANSLATION_EXISTING | constant | core/ |
Status code identifying an existing translation. |
TranslationStatusInterface::TRANSLATION_REMOVED | constant | core/ |
Status code identifying a removed translation. |
TranslatorInterface | interface | core/ |
Defines an interface used in validation. |
TranslatorInterface | interface | core/ |
Interface for objects capable of string translation. |
TranslatorInterface.php | file | core/ |
|
TranslatorInterface.php | file | core/ |
|
TranslatorInterface::getStringTranslation | function | core/ |
Retrieves English string to given language. |
TranslatorInterface::reset | function | core/ |
Resets translation cache. |
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.