Search for trans
Title | Object type | File name | Summary |
---|---|---|---|
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[[api-linebreak]] |
TranslatableMarkupTest::testIsStringAssertionWithFormattableMarkup | function | core/ |
@covers ::__construct[[api-linebreak]] |
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. |
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. |
TranslatedViewTest | class | core/ |
Tests that translated strings in views UI don't override original strings. |
TranslatedViewTest.php | file | core/ |
|
TranslatedViewTest::$adminUser | property | core/ |
Administrator user for tests. |
TranslatedViewTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
TranslatedViewTest::$langcodes | property | core/ |
Languages to enable. |
TranslatedViewTest::$modules | property | core/ |
Modules to install. |
TranslatedViewTest::setUp | function | core/ |
Sets up the test. |
TranslatedViewTest::testTranslatedStrings | function | core/ |
|
TranslateEditForm | class | core/ |
Defines a translation edit form. |
TranslateEditForm.php | file | core/ |
|
TranslateEditForm::buildForm | function | core/ |
Form constructor. |
TranslateEditForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
TranslateEditForm::submitForm | function | core/ |
Form submission handler. |
TranslateEditForm::validateForm | function | core/ |
Form validation handler. |
TranslateFilterForm | class | core/ |
Provides a filtered translation edit form. |
TranslateFilterForm.php | file | core/ |
|
TranslateFilterForm::buildForm | function | core/ |
Form constructor. |
TranslateFilterForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
TranslateFilterForm::resetForm | function | core/ |
Provides a submit handler for the reset button. |
TranslateFilterForm::submitForm | function | core/ |
Form submission handler. |
TranslateFormBase | class | core/ |
Defines the locale user interface translation form base. |
TranslateFormBase.php | file | core/ |
|
TranslateFormBase::$filterValues | property | core/ |
Filter values. Shared between objects that inherit this class. |
TranslateFormBase::$languageManager | property | core/ |
The language manager. |
TranslateFormBase::$localeStorage | property | core/ |
The locale storage. |
TranslateFormBase::$state | property | core/ |
The state store. |
TranslateFormBase::create | function | core/ |
Instantiates a new instance of this class. |
TranslateFormBase::translateFilterLoadStrings | function | core/ |
Builds a string search query and returns an array of string objects. |
Pagination
- Previous page
- Page 66
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.