| ContentTranslationSyncUnitTest::$synchronized |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php |
The columns to be synchronized. |
| ContentTranslationSyncUnitTest::$synchronizer |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php |
The synchronizer class to be tested. |
| ContentTranslationSyncUnitTest::$unchangedFieldValues |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php |
The unchanged field values. |
| ContentTranslationSyncUnitTest::setUp |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php |
|
| ContentTranslationSyncUnitTest::testDifferingSyncedColumns |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php |
Tests that one change in a synchronized column triggers a change in all columns. |
| ContentTranslationSyncUnitTest::testFieldSync |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php |
Tests the field synchronization algorithm. |
| ContentTranslationSyncUnitTest::testMultipleSyncedValues |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php |
Tests that items holding the same values are correctly synchronized. |
| ContentTranslationTestBase |
class |
core/modules/content_translation/src/Tests/ContentTranslationTestBase.php |
Base class for content translation tests. |
| ContentTranslationTestBase |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
Base class for content translation tests. |
| ContentTranslationTestBase.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
|
| ContentTranslationTestBase.php |
file |
core/modules/content_translation/src/Tests/ContentTranslationTestBase.php |
|
| ContentTranslationTestBase::$administrator |
property |
core/modules/content_translation/src/Tests/ContentTranslationTestBase.php |
The account to be used to test access to both workflows. |
| ContentTranslationTestBase::$administrator |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
The account to be used to test access to both workflows. |
| ContentTranslationTestBase::$bundle |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
The bundle being tested. |
| ContentTranslationTestBase::$bundle |
property |
core/modules/content_translation/src/Tests/ContentTranslationTestBase.php |
The bundle being tested. |
| ContentTranslationTestBase::$controller |
property |
core/modules/content_translation/src/Tests/ContentTranslationTestBase.php |
The translation controller for the current entity type. |
| ContentTranslationTestBase::$controller |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
The translation controller for the current entity type. |
| ContentTranslationTestBase::$editor |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
The account to be used to test multilingual entity editing. |
| ContentTranslationTestBase::$editor |
property |
core/modules/content_translation/src/Tests/ContentTranslationTestBase.php |
The account to be used to test multilingual entity editing. |
| ContentTranslationTestBase::$entityTypeId |
property |
core/modules/content_translation/src/Tests/ContentTranslationTestBase.php |
The entity type being tested. |
| ContentTranslationTestBase::$entityTypeId |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
The entity type being tested. |
| ContentTranslationTestBase::$fieldName |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
The name of the field used to test translation. |
| ContentTranslationTestBase::$fieldName |
property |
core/modules/content_translation/src/Tests/ContentTranslationTestBase.php |
The name of the field used to test translation. |
| ContentTranslationTestBase::$langcodes |
property |
core/modules/content_translation/src/Tests/ContentTranslationTestBase.php |
The added languages. |
| ContentTranslationTestBase::$langcodes |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
The added languages. |
| ContentTranslationTestBase::$manager |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
|
| ContentTranslationTestBase::$manager |
property |
core/modules/content_translation/src/Tests/ContentTranslationTestBase.php |
|
| ContentTranslationTestBase::$modules |
property |
core/modules/content_translation/src/Tests/ContentTranslationTestBase.php |
Modules to enable. |
| ContentTranslationTestBase::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
Modules to enable. |
| ContentTranslationTestBase::$translator |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
The account to be used to test translation operations. |
| ContentTranslationTestBase::$translator |
property |
core/modules/content_translation/src/Tests/ContentTranslationTestBase.php |
The account to be used to test translation operations. |
| ContentTranslationTestBase::createEntity |
function |
core/modules/content_translation/src/Tests/ContentTranslationTestBase.php |
Creates the entity to be translated. |
| ContentTranslationTestBase::createEntity |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
Creates the entity to be translated. |
| ContentTranslationTestBase::enableTranslation |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
Enables translation for the current entity type and bundle. |
| ContentTranslationTestBase::enableTranslation |
function |
core/modules/content_translation/src/Tests/ContentTranslationTestBase.php |
Enables translation for the current entity type and bundle. |
| ContentTranslationTestBase::getAdministratorPermissions |
function |
core/modules/content_translation/src/Tests/ContentTranslationTestBase.php |
Returns an array of permissions needed for the administrator. |
| ContentTranslationTestBase::getAdministratorPermissions |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
Returns an array of permissions needed for the administrator. |
| ContentTranslationTestBase::getEditorPermissions |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
Returns an array of permissions needed for the editor. |
| ContentTranslationTestBase::getEditorPermissions |
function |
core/modules/content_translation/src/Tests/ContentTranslationTestBase.php |
Returns an array of permissions needed for the editor. |
| ContentTranslationTestBase::getEditUrl |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
Returns the edit URL for the specified entity. |
| ContentTranslationTestBase::getTranslatePermission |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
Returns the translate permissions for the current entity and bundle. |
| ContentTranslationTestBase::getTranslatePermission |
function |
core/modules/content_translation/src/Tests/ContentTranslationTestBase.php |
Returns the translate permissions for the current entity and bundle. |
| ContentTranslationTestBase::getTranslatorPermissions |
function |
core/modules/content_translation/src/Tests/ContentTranslationTestBase.php |
Returns an array of permissions needed for the translator. |
| ContentTranslationTestBase::getTranslatorPermissions |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
Returns an array of permissions needed for the translator. |
| ContentTranslationTestBase::setUp |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
|
| ContentTranslationTestBase::setUp |
function |
core/modules/content_translation/src/Tests/ContentTranslationTestBase.php |
Sets up a Drupal site for running functional and integration tests. |
| ContentTranslationTestBase::setupBundle |
function |
core/modules/content_translation/src/Tests/ContentTranslationTestBase.php |
Creates or initializes the bundle date if needed. |
| ContentTranslationTestBase::setupBundle |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
Creates or initializes the bundle date if needed. |
| ContentTranslationTestBase::setupLanguages |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
Adds additional languages. |
| ContentTranslationTestBase::setupLanguages |
function |
core/modules/content_translation/src/Tests/ContentTranslationTestBase.php |
Adds additional languages. |