|
Translation |
class |
drupal/core/lib/Drupal/Core/Annotation/Translation.php |
Defines a translatable annotation object. |
|
Translation.php |
file |
drupal/core/lib/Drupal/Core/Annotation/Translation.php |
Definition of Drupal\Core\Annotation\Translation. |
|
TranslationLink |
class |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Plugin/views/field/TranslationLink.php |
Provides a translation link for an entity. |
|
TranslationTest |
class |
drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php |
Functional tests for the Translation module. |
|
TranslationTest |
class |
drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php |
Unit test class for the multilanguage fields logic. |
|
FileTranslation |
class |
drupal/core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php |
File based string translation. |
|
translation_help |
function |
drupal/core/modules/translation/translation.module |
Implements hook_help(). |
|
translation_menu |
function |
drupal/core/modules/translation/translation.module |
Implements hook_menu(). |
|
Translation::get |
function |
drupal/core/lib/Drupal/Core/Annotation/Translation.php |
Implements Drupal\Core\Annotation\AnnotationInterface::get(). |
|
TranslationString |
class |
drupal/core/modules/locale/lib/Drupal/locale/TranslationString.php |
Defines the locale translation string object. |
|
LocaleTranslation |
class |
drupal/core/modules/locale/lib/Drupal/locale/LocaleTranslation.php |
String translator using the locale module. |
|
EntityTranslation |
class |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Allows accessing and updating translated entity fields. |
|
StaticTranslation |
class |
drupal/core/lib/Drupal/Core/StringTranslation/Translator/StaticTranslation.php |
String translator with a static cache for translations. |
|
TranslationWebTest |
class |
drupal/core/modules/field/lib/Drupal/field/Tests/TranslationWebTest.php |
Web test class for the multilanguage fields logic. |
|
string_translation |
service |
drupal/core/core.services.yml |
Drupal\Core\StringTranslation\TranslationManager |
|
translation.module |
file |
drupal/core/modules/translation/translation.module |
Manages content translations. |
|
TranslationManager |
class |
drupal/core/lib/Drupal/Core/StringTranslation/TranslationManager.php |
Defines a chained translation implementation combining multiple translators. |
|
TranslationsStream |
class |
drupal/core/modules/locale/lib/Drupal/locale/TranslationsStream.php |
Defines a Drupal translations (translations://) stream wrapper class. |
|
FileTranslation.php |
file |
drupal/core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php |
Contains \Drupal\Core\StringTranslation\Translator\FileTranslation. |
|
TranslationTest.php |
file |
drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php |
Definition of Drupal\field\Tests\TranslationTest. |
|
Drupal::translation |
function |
drupal/core/lib/Drupal.php |
Returns the string translation service. |
|
translation.install |
file |
drupal/core/modules/translation/translation.install |
Update function for the translation module. |
|
TextTranslationTest |
class |
drupal/core/modules/text/lib/Drupal/text/Tests/TextTranslationTest.php |
Tests text field translation. |
|
TranslationLinkTest |
class |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/Views/TranslationLinkTest.php |
Tests the Entity translation overview link field handler. |
|
TranslationTest.php |
file |
drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php |
Definition of Drupal\translation\Tests\TranslationTest. |
|
TranslationLink.php |
file |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Plugin/views/field/TranslationLink.php |
Contains \Drupal\translation_entity\Plugin\views\field\TranslationLink. |
|
translation.info.yml |
file |
drupal/core/modules/translation/translation.info.yml |
drupal/core/modules/translation/translation.info.yml |
|
Entity::translations |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Returns the languages the entity is translated to. |
|
TranslationString.php |
file |
drupal/core/modules/locale/lib/Drupal/locale/TranslationString.php |
Definition of Drupal\locale\TranslationString. |
|
LocaleTranslation.php |
file |
drupal/core/modules/locale/lib/Drupal/locale/LocaleTranslation.php |
Contains \Drupal\Core\Language\LocaleTranslation. |
|
UserTranslationUITest |
class |
drupal/core/modules/user/lib/Drupal/user/Tests/UserTranslationUITest.php |
Tests the User Translation UI. |
|
StaticTranslation.php |
file |
drupal/core/lib/Drupal/Core/StringTranslation/Translator/StaticTranslation.php |
Contains \Drupal\Core\StringTranslation\Translator\StaticTranslation. |
|
EntityTranslationTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php |
Tests entity translation. |
|
translation_node_view |
function |
drupal/core/modules/translation/translation.module |
Implements hook_node_view(). |
|
PoItem::$_translation |
property |
drupal/core/lib/Drupal/Component/Gettext/PoItem.php |
The translation string or array of strings if it has plurals. |
|
translation.pages.inc |
file |
drupal/core/modules/translation/translation.pages.inc |
User page callbacks for the Translation module. |
|
EntityTranslation.php |
file |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Contains \Drupal\Core\Entity\Type\EntityTranslation. |
|
NodeTranslationUITest |
class |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php |
Tests the Node Translation UI. |
|
TermTranslationUITest |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTranslationUITest.php |
Tests the Term Translation UI. |
|
LocaleTranslationTest |
class |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php |
Functional test for string translation and validation. |
|
TranslationManager.php |
file |
drupal/core/lib/Drupal/Core/StringTranslation/TranslationManager.php |
Contains \Drupal\Core\StringTranslation\TranslationManager. |
|
ViewUI::getTranslation |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\TypedData\TranslatableInterface::getTranslation(). |
|
translation_permission |
function |
drupal/core/modules/translation/translation.module |
Implements hook_permission(). |
|
translation.schema.yml |
file |
drupal/core/modules/translation/config/schema/translation.schema.yml |
drupal/core/modules/translation/config/schema/translation.schema.yml |
|
TranslationWebTest.php |
file |
drupal/core/modules/field/lib/Drupal/field/Tests/TranslationWebTest.php |
Definition of Drupal\field\Tests\TranslationWebTest. |
|
_translationstatus.txt |
file |
drupal/core/misc/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt |
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
cs.js Found: 118 Missing: 0
cy.js Found: 118 Missing: 0
de.js Found: 118 Missing: 0
el.js … |
|
_translationstatus.txt |
file |
drupal/core/misc/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt |
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
cs.js Found: 30 Missing: 0
cy.js Found: 30 Missing: 0
da.js Found: 12 Missing: 18
de.js … |
|
PoItem::getTranslation |
function |
drupal/core/lib/Drupal/Component/Gettext/PoItem.php |
Get the translation string or the array of strings if the translation has
plurals. |
|
PoItem::setTranslation |
function |
drupal/core/lib/Drupal/Component/Gettext/PoItem.php |
Set the translation string or the array of strings if the translation has
plurals. |
|
TranslationLink::query |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Plugin/views/field/TranslationLink.php |
Overrides \Drupal\views\Plugin\views\Plugin\field\FieldPluginBase::query(). |