ContentTranslationTestBase::getTranslatorPermissions |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
Returns an array of permissions needed for the translator. |
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::setupTestFields |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
Creates the test fields. |
ContentTranslationTestBase::setupUsers |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
Creates and activates translator, editor and admin users. |
ContentTranslationTestHooks |
class |
core/modules/content_translation/tests/modules/content_translation_test/src/Hook/ContentTranslationTestHooks.php |
Hook implementations for content_translation_test. |
ContentTranslationTestHooks.php |
file |
core/modules/content_translation/tests/modules/content_translation_test/src/Hook/ContentTranslationTestHooks.php |
|
ContentTranslationTestHooks::entityAccess |
function |
core/modules/content_translation/tests/modules/content_translation_test/src/Hook/ContentTranslationTestHooks.php |
Implements hook_entity_access(). |
ContentTranslationTestHooks::entityBundleInfoAlter |
function |
core/modules/content_translation/tests/modules/content_translation_test/src/Hook/ContentTranslationTestHooks.php |
Implements hook_entity_bundle_info_alter(). |
ContentTranslationTestHooks::entityTranslationDelete |
function |
core/modules/content_translation/tests/modules/content_translation_test/src/Hook/ContentTranslationTestHooks.php |
Implements hook_entity_translation_delete(). |
ContentTranslationTestHooks::formNodeFormAlter |
function |
core/modules/content_translation/tests/modules/content_translation_test/src/Hook/ContentTranslationTestHooks.php |
Implements hook_form_BASE_FORM_ID_alter(). |
ContentTranslationTestHooks::formNodeFormSubmit |
function |
core/modules/content_translation/tests/modules/content_translation_test/src/Hook/ContentTranslationTestHooks.php |
Form submission handler for custom field added based on a request parameter. |
ContentTranslationTestTrait |
trait |
core/modules/content_translation/tests/src/Traits/ContentTranslationTestTrait.php |
Provides an API to programmatically manage content translation in tests. |
ContentTranslationTestTrait.php |
file |
core/modules/content_translation/tests/src/Traits/ContentTranslationTestTrait.php |
|
ContentTranslationTestTrait::enableContentTranslation |
function |
core/modules/content_translation/tests/src/Traits/ContentTranslationTestTrait.php |
Enables content translation for the given entity type bundle. |
ContentTranslationUISkipTest |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationUISkipTest.php |
Tests the content translation UI check skip. |
ContentTranslationUISkipTest.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationUISkipTest.php |
|
ContentTranslationUISkipTest::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationUISkipTest.php |
|
ContentTranslationUISkipTest::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationUISkipTest.php |
|
ContentTranslationUISkipTest::testUICheckSkip |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUISkipTest.php |
Tests the content_translation_ui_skip key functionality. |
ContentTranslationUITestBase |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Tests the Content Translation UI. |
ContentTranslationUITestBase.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
|
ContentTranslationUITestBase::$defaultCacheContexts |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Default cache contexts expected on a non-translated entity. |
ContentTranslationUITestBase::$entityId |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
The id of the entity being translated. |
ContentTranslationUITestBase::$testHTMLEscapeForAllLanguages |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Flag to determine if "all languages" rendering is tested. |
ContentTranslationUITestBase::$testLanguageSelector |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Whether the behavior of the language selector should be tested. |
ContentTranslationUITestBase::doTestAuthoringInfo |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Tests the translation authoring information. |
ContentTranslationUITestBase::doTestBasicTranslation |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Tests the basic translation workflow. |
ContentTranslationUITestBase::doTestChangedTimeAfterSaveWithoutChanges |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Tests the changed time after API and FORM save without changes. |
ContentTranslationUITestBase::doTestOutdatedStatus |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Tests up-to-date status tracking. |
ContentTranslationUITestBase::doTestPublishedStatus |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Tests the translation publishing status. |
ContentTranslationUITestBase::doTestTranslationChanged |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Tests the basic translation workflow. |
ContentTranslationUITestBase::doTestTranslationDeletion |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Tests translation deletion. |
ContentTranslationUITestBase::doTestTranslationEdit |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Tests edit content translation. |
ContentTranslationUITestBase::doTestTranslationOverview |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Tests that the translation overview shows the correct values. |
ContentTranslationUITestBase::getChangedFieldName |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Returns the name of the field that implements the changed timestamp. |
ContentTranslationUITestBase::getEditValues |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Returns an edit array containing the values to be posted. |
ContentTranslationUITestBase::getFormSubmitAction |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Returns the form action value to be used to submit the entity form. |
ContentTranslationUITestBase::getFormSubmitActionForNewTranslation |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Returns the form action value when submitting a new translation. |
ContentTranslationUITestBase::getFormSubmitSuffix |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Returns appropriate submit button suffix based on translatability. |
ContentTranslationUITestBase::getNewEntityValues |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Returns an array of entity field values to be tested. |
ContentTranslationUITestBase::getTranslation |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Returns the translation object to use to retrieve the translated values. |
ContentTranslationUITestBase::getValue |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Returns the value for the specified property in the given language. |
ContentTranslationUITestBase::testTranslationUI |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Tests the basic translation UI. |
ContentTranslationUntranslatableFieldsTest |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php |
Tests the untranslatable fields behaviors. |
ContentTranslationUntranslatableFieldsTest.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php |
|
ContentTranslationUntranslatableFieldsTest::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php |
|
ContentTranslationUntranslatableFieldsTest::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php |
|
ContentTranslationUntranslatableFieldsTest::setUp |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php |
|
ContentTranslationUntranslatableFieldsTest::setupTestFields |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php |
|