translation_node_access |
function |
drupal/core/modules/translation/translation.module |
Implements hook_node_access(). |
translation_node_insert |
function |
drupal/core/modules/translation/translation.module |
Implements hook_node_insert(). |
translation_node_update |
function |
drupal/core/modules/translation/translation.module |
Implements hook_node_update(). |
translation_test.module |
file |
drupal/core/modules/translation/tests/translation_test.module |
Mock module for content translation tests. |
EntityTranslation::__get |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Magic getter: Gets the translated property. |
EntityTranslation::__set |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Magic getter: Sets the translated property. |
TranslationString::isNew |
function |
drupal/core/modules/locale/lib/Drupal/locale/TranslationString.php |
Implements Drupal\locale\StringInterface::isNew(). |
EntityNG::getTranslation |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Implements TranslatableInterface::getTranslation(). |
TranslationTest::getInfo |
function |
drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php |
|
TranslationTest::getInfo |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php |
|
CommentTranslationUITest |
class |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php |
Tests the Comment Translation UI. |
translation_node_prepare |
function |
drupal/core/modules/translation/translation.module |
Implements hook_node_prepare(). |
translation_library_info |
function |
drupal/core/modules/translation/translation.module |
Implements hook_library_info(). |
Translation::__construct |
function |
drupal/core/lib/Drupal/Core/Annotation/Translation.php |
Constructs a Translation object. |
translation.settings.yml |
file |
drupal/core/modules/translation/config/translation.settings.yml |
drupal/core/modules/translation/config/translation.settings.yml |
install_find_translations |
function |
drupal/core/includes/install.core.inc |
Finds all .po files that are useful to the installer. |
EntityTranslation::access |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements AccessibleInterface::access(). |
EntityTranslationFormTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php |
Tests entity translation form. |
locale_translation_status |
function |
drupal/core/modules/locale/locale.pages.inc |
Page callback: Display the current translation status. |
TranslationString::delete |
function |
drupal/core/modules/locale/lib/Drupal/locale/TranslationString.php |
Implements Drupal\locale\StringInterface::delete(). |
UserTranslationUITest.php |
file |
drupal/core/modules/user/lib/Drupal/user/Tests/UserTranslationUITest.php |
Definition of Drupal\user\Tests\UserTranslationUITest. |
translation_entity.module |
file |
drupal/core/modules/translation_entity/translation_entity.module |
Allows entities to be translated into different languages. |
TranslationTest::$modules |
property |
drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php |
Modules to enable. |
TranslationTest::$profile |
property |
drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php |
The profile to install as a basis for testing. |
NodeTranslationController |
class |
drupal/core/modules/node/lib/Drupal/node/NodeTranslationController.php |
Defines the translation controller class for nodes. |
TermTranslationUITest.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTranslationUITest.php |
Definition of Drupal\taxonomy\Tests\TermTranslationUITest. |
TranslationTest::$modules |
property |
drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php |
Modules to enable. |
LocaleTranslationTest.php |
file |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php |
Definition of Drupal\locale\Tests\LocaleTranslationTest. |
TermTranslationController |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermTranslationController.php |
Defines the translation controller class for terms. |
translation_entity_access |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Checks whether an entity translation is accessible. |
translation_node_overview |
function |
drupal/core/modules/translation/translation.pages.inc |
Page callback: Displays a list of a node's translations. |
translation_entity_schema |
function |
drupal/core/modules/translation_entity/translation_entity.install |
Implements hook_schema(). |
translation_node_validate |
function |
drupal/core/modules/translation/translation.module |
Implements hook_node_validate(). |
translation_entity_enable |
function |
drupal/core/modules/translation_entity/translation_entity.install |
Implements hook_enable(). |
Translation::$translation |
property |
drupal/core/lib/Drupal/Core/Annotation/Translation.php |
The translation of the value passed to the constructor of the class. |
NodeTranslationUITest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php |
Definition of Drupal\node\Tests\NodeTranslationUITest. |
EntityTranslationTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php |
Definition of Drupal\system\Tests\Entity\EntityTranslationTest. |
EntityTranslation::isEmpty |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements ComplexDataInterface::isEmpty(). |
TranslationString::$is_new |
property |
drupal/core/modules/locale/lib/Drupal/locale/TranslationString.php |
Boolean indicating whether the string object is new. |
translation_entity.install |
file |
drupal/core/modules/translation_entity/translation_entity.install |
Installation functions for Entity Translation module. |
TranslationTest::emptyNode |
function |
drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php |
Returns an empty node data structure. |
translation_entity_enabled |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Determines whether the given entity type is translatable. |
translation_entity_install |
function |
drupal/core/modules/translation_entity/translation_entity.install |
Implements hook_install(). |
translation_node_predelete |
function |
drupal/core/modules/translation/translation.module |
Implements hook_node_predelete(). |
translation_supported_type |
function |
drupal/core/modules/translation/translation.module |
Returns whether the given content type has support for translations. |
TextTranslationTest::setUp |
function |
drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextTranslationTest.php |
Sets up a Drupal site for running functional and integration tests. |
EntityTranslation::$parent |
property |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
The parent entity. |
EntityTranslation::$strict |
property |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Whether the entity translation acts in strict mode. |
EntityTranslation::getName |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements ContextAwareInterface::getName(). |
EntityTranslation::setName |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements ContextAwareInterface::setName(). |