translation_entity_enable_widget |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Returns a widget to enable entity translation per entity bundle. |
_translation_entity_update_field |
function |
drupal/core/modules/translation_entity/translation_entity.admin.inc |
Stores the given field translations. |
CommentTranslationController.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/CommentTranslationController.php |
Definition of Drupal\comment\CommentTranslationController. |
EntityTranslation::getStrictMode |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Returns whether the entity translation acts in strict mode. |
EntityTranslation::setStrictMode |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Sets whether the entity translation acts in strict mode. |
locale_translation_flush_projects |
function |
drupal/core/modules/locale/locale.compare.inc |
Clear the project data table. |
locale_translation_build_projects |
function |
drupal/core/modules/locale/locale.compare.inc |
Builds list of projects and stores the result in the database. |
EntityNG::getTranslationLanguages |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Implements TranslatableInterface::getTranslationLanguages(). |
locale_translation_check_projects |
function |
drupal/core/modules/locale/locale.compare.inc |
Check for the latest release of project translations. |
CommentTranslationUITest::getInfo |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php |
|
field_default_prepare_translation |
function |
drupal/core/modules/field/field.default.inc |
Copies source field values into the entity to be prepared. |
translation_entity_get_config_key |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Returns the key name used to store the configuration item. |
translation_node_get_translations |
function |
drupal/core/modules/translation/translation.module |
Gets all nodes in a given translation set. |
EntityTranslationUITest::getValue |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Returns the value for the specified property in the given language. |
translation_path_get_translations |
function |
drupal/core/modules/translation/translation.module |
Returns the paths of all translations of a node, based on its Drupal path. |
translation_entity_delete_confirm |
function |
drupal/core/modules/translation_entity/translation_entity.pages.inc |
Form constructor for the translation deletion confirmation. |
EntityTranslationTest::$langcodes |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php |
|
EntityTranslationFormTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php |
|
_locale_translation_file_is_remote |
function |
drupal/core/modules/locale/locale.compare.inc |
Determine if a file is a remote file. |
_locale_translation_source_compare |
function |
drupal/core/modules/locale/locale.compare.inc |
Compare two update sources, looking for the newer one. |
TranslationTest::createTranslation |
function |
drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php |
Creates a translation for a basic page in the specified language. |
CommentTranslationUITest::$subject |
property |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php |
The subject of the test comment. |
CommentTranslationUITest::$modules |
property |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php |
Modules to enable. |
translation_entity_form_controller |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Returns the entity form controller for the given form. |
TermTranslationUITest::$vocabulary |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTranslationUITest.php |
The vocabulary used for creating terms. |
TermTranslationUITest::setupBundle |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::setupBundle(). |
EntityTestTranslationUITest::setUp |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTestTranslationUITest.php |
Overrides \Drupal\simpletest\WebTestBase::setUp(). |
ConfigTestTranslationUITest::setUp |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/ConfigTestTranslationUITest.php |
Overrides \Drupal\simpletest\WebTestBase::setUp(). |
TextTranslationTest::testTextField |
function |
drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextTranslationTest.php |
Test that a plaintext textfield widget is correctly populated. |
NodeTranslationUITest::setupBundle |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::setupBundle(). |
TranslationsStream::getExternalUrl |
function |
drupal/core/modules/locale/lib/Drupal/locale/TranslationsStream.php |
Implements Drupal\Core\StreamWrapper\StreamWrapperInterface::getExternalUrl(). |
EntityTranslationFormTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php |
Modules to enable. |
LocaleStringTest::createTranslation |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleStringTest.php |
Creates single translation for source string. |
TranslationTest::findContentByXPath |
function |
drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php |
Searches for elements matching the given xpath and value. |
EntityTestTranslationController.php |
file |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestTranslationController.php |
Definition of Drupal\translation_entity\EntityTranslationController. |
translation_entity_translate_access |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Access callback for the translation overview page. |
EntityTranslationUITest::$langcodes |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
The enabled languages. |
EntityTranslationUITest::$fieldName |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
The name of the field used to test translation. |
translation_user_can_translate_node |
function |
drupal/core/modules/translation/translation.module |
Check if the user has permissions to translate a node. |
TermTranslationUITest::createEntity |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::createEntity(). |
LOCALE_TRANSLATION_USE_SOURCE_LOCAL |
constant |
drupal/core/modules/locale/locale.module |
Translation update mode: Use local files only. |
LOCALE_TRANSLATION_DEFAULT_FILENAME |
constant |
drupal/core/modules/locale/locale.module |
Default file name of translation files stored in the local file system. |
EntityTranslation::getPropertyValues |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements ComplexDataInterface::getPropertyValues(). |
EntityTranslation::setPropertyValues |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements ComplexDataInterface::setPropertyValues(). |
LocaleJavascriptTranslation::getInfo |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleJavascriptTranslation.php |
|
LOCALE_TRANSLATION_SOURCE_COMPARE_LT |
constant |
drupal/core/modules/locale/locale.compare.inc |
Comparison result of source files timestamps. |
LOCALE_TRANSLATION_SOURCE_COMPARE_EQ |
constant |
drupal/core/modules/locale/locale.compare.inc |
Comparison result of source files timestamps. |
LOCALE_TRANSLATION_SOURCE_COMPARE_GT |
constant |
drupal/core/modules/locale/locale.compare.inc |
Comparison result of source files timestamps. |
locale_translation_source_check_file |
function |
drupal/core/modules/locale/locale.compare.inc |
Check whether a po file exists in the local filesystem. |
NodeTranslationController::getAccess |
function |
drupal/core/modules/node/lib/Drupal/node/NodeTranslationController.php |
Overrides EntityTranslationController::getAccess(). |