Search for translatable
- Search 7.x for translatable
- Search 9.5.x for translatable
- Search 10.3.x for translatable
- Search 11.x for translatable
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
SqlContentEntityStorageSchemaConverterTranslatableTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
SqlContentEntityStorageSchemaTest::testGetSchemaRevisionableTranslatable | function | core/ |
Tests the schema for revisionable, translatable entities. |
SqlContentEntityStorageSchemaTest::testGetSchemaTranslatable | function | core/ |
Tests the schema for non-revisionable, translatable entities. |
SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatable | function | core/ |
Tests getTableMapping() with a revisionable, translatable entity type. |
SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatableWithFields | function | core/ |
Tests getTableMapping() with a complex entity type with fields. |
SqlContentEntityStorageTest::testGetTableMappingTranslatable | function | core/ |
Tests getTableMapping() with a non-revisionable, translatable entity type. |
SqlContentEntityStorageTest::testGetTableMappingTranslatableWithFields | function | core/ |
Tests getTableMapping() with a translatable entity type with fields. |
TranslatableFieldTest | class | core/ |
Tests Layout Builder with a translatable layout field. |
TranslatableFieldTest.php | file | core/ |
|
TranslatableFieldTest::$modules | property | core/ |
Modules to enable. |
TranslatableFieldTest::setUp | function | core/ |
|
TranslatableFieldTest::testSectionsClearedOnCreateTranslation | function | core/ |
Tests that sections on cleared when creating a new translation. |
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. |
TranslatableInterface::removeTranslation | function | core/ |
Removes the translation identified by the given language code. |
TranslatableMarkup | class | core/ |
Provides translatable markup class. |
TranslatableMarkup.php | file | core/ |
|
TranslatableMarkup::$options | property | core/ |
The translation options. |
TranslatableMarkup::$stringTranslation | property | core/ |
The string translation service. |
TranslatableMarkup::$translatedMarkup | property | core/ |
The translated markup without placeholder replacements. |
TranslatableMarkup::count | function | core/ |
Returns the string length. |
TranslatableMarkup::getArguments | function | core/ |
Gets all arguments from this translated string. |
TranslatableMarkup::getOption | function | core/ |
Gets a specific option from this translated string. |
TranslatableMarkup::getOptions | function | core/ |
Gets all options from this translated string. |
TranslatableMarkup::getStringTranslation | function | core/ |
Gets the string translation service. |
TranslatableMarkup::getUntranslatedString | function | core/ |
Gets the untranslated string value stored in this translated string. |
TranslatableMarkup::render | function | core/ |
Renders the object as a string. |
TranslatableMarkup::__construct | function | core/ |
Constructs a new class instance. |
TranslatableMarkup::__sleep | function | core/ |
Magic __sleep() method to avoid serializing the string translator. |
TranslatableMarkupTest | class | core/ |
Tests the TranslatableMarkup class. |
TranslatableMarkupTest.php | file | core/ |
|
TranslatableMarkupTest::$lastErrorMessage | property | core/ |
The error message of the last error in the error handler. |
TranslatableMarkupTest::$lastErrorNumber | property | core/ |
The error number of the last error in the error handler. |
TranslatableMarkupTest::errorHandler | function | core/ |
Custom error handler that saves the last error. |
TranslatableMarkupTest::testIsStringAssertion | function | core/ |
@covers ::__construct |
TranslatableMarkupTest::testIsStringAssertionWithFormattableMarkup | function | core/ |
@covers ::__construct |
TranslatableMarkupTest::testToString | function | core/ |
Tests that errors are correctly handled when a __toString() fails. |
TranslatableRevisionableInterface | interface | core/ |
Provides methods for an entity to support revision translation. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.