Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TranslationManager::reset | function | core/ |
|
| TranslationManager::setDefaultLangcode | function | core/ |
Sets the default langcode. |
| TranslationManager::sortTranslators | function | core/ |
Sorts translators according to priority. |
| TranslationManager::translate | function | core/ |
|
| TranslationManager::translateString | function | core/ |
|
| TranslationManager::__construct | function | core/ |
Constructs a TranslationManager object. |
| TranslationManagerTest | class | core/ |
Tests Drupal\Core\StringTranslation\TranslationManager. |
| TranslationManagerTest.php | file | core/ |
|
| TranslationManagerTest::$translationManager | property | core/ |
The tested translation manager. |
| TranslationManagerTest::providerTestFormatPlural | function | core/ |
Provides some test data for formatPlural() |
| TranslationManagerTest::providerTestTranslatePlaceholder | function | core/ |
Provides test data for translate(). |
| TranslationManagerTest::setUp | function | core/ |
|
| TranslationManagerTest::testFormatPlural | function | core/ |
Tests format plural. |
| TranslationManagerTest::testTranslatePlaceholder | function | core/ |
Tests translation using placeholders. |
| TranslationsStream | class | core/ |
Defines a Drupal translations (translations://) stream wrapper class. |
| TranslationsStream.php | file | core/ |
|
| TranslationsStream::basePath | function | core/ |
Returns the base path for translations://. |
| TranslationsStream::getDescription | function | core/ |
|
| TranslationsStream::getDirectoryPath | function | core/ |
|
| TranslationsStream::getExternalUrl | function | core/ |
phpcs:ignore Drupal.Files.LineLength Implements Drupal\Core\StreamWrapper\StreamWrapperInterface::getExternalUrl(). |
| TranslationsStream::getName | function | core/ |
|
| TranslationsStream::getType | function | core/ |
|
| TranslationStatusForm | class | core/ |
Provides a translation status form. |
| TranslationStatusForm.php | file | core/ |
|
| TranslationStatusForm::buildForm | function | core/ |
Form builder for displaying the current translation status. |
| TranslationStatusForm::createInfoString | function | core/ |
Provides debug info for projects in case translation files are not found. |
| TranslationStatusForm::getFormId | function | core/ |
|
| TranslationStatusForm::prepareUpdateData | function | core/ |
Prepare information about projects with available translation updates. |
| TranslationStatusForm::submitForm | function | core/ |
|
| TranslationStatusForm::validateForm | function | core/ |
|
| TranslationStatusForm::__construct | function | core/ |
|
| 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/ |
|
| TranslationsTest::$modules | property | core/ |
|
| 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/ |
Pagination
- Previous page
- Page 1677
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.