Search for trans
- Search 7.x for trans
- Search 8.9.x for trans
- Search 10.3.x for trans
- Search 11.x for trans
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
TranslationsStream::getExternalUrl | function | core/ |
Implements Drupal\Core\StreamWrapper\StreamWrapperInterface::getExternalUrl(). |
TranslationsStream::getName | function | core/ |
Returns the name of the stream wrapper for use in the UI. |
TranslationsStream::getType | function | core/ |
Returns the type of stream wrapper. |
TranslationStatusForm | class | core/ |
Provides a translation status form. |
TranslationStatusForm.php | file | core/ |
|
TranslationStatusForm::$moduleHandler | property | core/ |
The module handler service. |
TranslationStatusForm::$state | property | core/ |
The Drupal state storage service. |
TranslationStatusForm::buildForm | function | core/ |
Form builder for displaying the current translation status. |
TranslationStatusForm::create | function | core/ |
Instantiates a new instance of this class. |
TranslationStatusForm::createInfoString | function | core/ |
Provides debug info for projects in case translation files are not found. |
TranslationStatusForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
TranslationStatusForm::prepareUpdateData | function | core/ |
Prepare information about projects with available translation updates. |
TranslationStatusForm::submitForm | function | core/ |
Form submission handler. |
TranslationStatusForm::validateForm | function | core/ |
Form validation handler. |
TranslationStatusForm::__construct | function | core/ |
Constructs a TranslationStatusForm object. |
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. |
TranslationsTest | class | core/ |
Tests media library for translatable media. |
TranslationsTest.php | file | core/ |
|
TranslationsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
TranslationsTest::$modules | property | core/ |
Modules to enable. |
TranslationsTest::setUp | function | core/ |
|
TranslationsTest::testMediaLibraryTranslations | function | core/ |
Tests the media library widget shows all media only once. |
TranslationString | class | core/ |
Defines the locale translation string object. |
TranslationString.php | file | core/ |
|
TranslationString::$customized | property | core/ |
Integer indicating whether this string is customized. |
TranslationString::$isNew | property | core/ |
Boolean indicating whether the string object is new. |
TranslationString::$language | property | core/ |
The language code. |
TranslationString::$translation | property | core/ |
The string translation. |
TranslationString::delete | function | core/ |
Deletes string object from storage. |
TranslationString::getString | function | core/ |
Gets plain string contained in this object. |
TranslationString::isNew | function | core/ |
Checks whether the object is not saved to storage yet. |
TranslationString::isSource | function | core/ |
Checks whether the object is a source string. |
TranslationString::isTranslation | function | core/ |
Checks whether the object is a translation string. |
TranslationString::save | function | core/ |
Saves string object to storage. |
TranslationString::setCustomized | function | core/ |
Sets the string as customized / not customized. |
TranslationString::setString | function | core/ |
Sets the string contained in this object. |
TranslationString::__construct | function | core/ |
Constructs a new locale string object. |
TranslationStringTest | class | core/ |
Tests the TranslatableMarkup class. |
TranslationStringTest.php | file | core/ |
|
TranslationStringTest::$modules | property | core/ |
Modules to enable. |
TranslationStringTest::rebootAndPrepareSettings | function | core/ |
Reboots the kernel to set custom translations in Settings. |
TranslationStringTest::setUp | function | core/ |
|
TranslationStringTest::testComparison | function | core/ |
Tests that TranslatableMarkup objects can be compared. |
TranslationTest | class | core/ |
@coversDefaultClass \Drupal\Core\Annotation\Translation @group Annotation |
TranslationTest | class | core/ |
Tests multilanguage fields logic. |
Pagination
- Previous page
- Page 65
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.