| 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 |
The theme to install as the default for testing. |
| ContentTranslationUntranslatableFieldsTest::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php |
Modules to install. |
| ContentTranslationUntranslatableFieldsTest::setUp |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php |
|
| ContentTranslationUntranslatableFieldsTest::setupTestFields |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php |
Creates the test fields. |
| ContentTranslationUntranslatableFieldsTest::testHiddenWidgets |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php |
Tests that hiding untranslatable field widgets works correctly. |
| ContentTranslationViewsUITest |
class |
core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php |
Tests the views UI when content_translation is enabled. |
| ContentTranslationViewsUITest.php |
file |
core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php |
|
| ContentTranslationViewsUITest::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php |
The theme to install as the default for testing. |
| ContentTranslationViewsUITest::$modules |
property |
core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php |
Modules to install. |
| ContentTranslationViewsUITest::$testViews |
property |
core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php |
Views used by this test. |
| ContentTranslationViewsUITest::testViewsUI |
function |
core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php |
Tests the views UI. |
| ContentTranslationWorkflowsTest |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php |
Tests the content translation workflows for the test entity. |
| ContentTranslationWorkflowsTest.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php |
|
| ContentTranslationWorkflowsTest::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php |
The theme to install as the default for testing. |
| ContentTranslationWorkflowsTest::$entity |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php |
The entity used for testing. |
| ContentTranslationWorkflowsTest::$entityOwner |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php |
The entity owner account to be used to test multilingual entity editing. |
| ContentTranslationWorkflowsTest::$entityTypeId |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php |
The entity type being tested. |
| ContentTranslationWorkflowsTest::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php |
Modules to install. |
| ContentTranslationWorkflowsTest::$notEntityOwner |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php |
The user that has entity owner permission but is not the owner. |
| ContentTranslationWorkflowsTest::$referencingEntity |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php |
The referencing entity. |
| ContentTranslationWorkflowsTest::assertNoSharedElements |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php |
Assert that the current page does not contain shared form elements. |
| ContentTranslationWorkflowsTest::doTestWorkflows |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php |
Checks that workflows have the expected behaviors for the given user. |
| ContentTranslationWorkflowsTest::getEditorPermissions |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php |
Returns an array of permissions needed for the editor. |
| ContentTranslationWorkflowsTest::getEntityOwnerPermissions |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php |
Returns an array of permissions needed for the entity owner. |
| ContentTranslationWorkflowsTest::getTranslatorPermissions |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php |
Returns an array of permissions needed for the translator. |
| ContentTranslationWorkflowsTest::setUp |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php |
|
| ContentTranslationWorkflowsTest::setupEntity |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php |
Creates a test entity and translate it. |
| ContentTranslationWorkflowsTest::setupUsers |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php |
Creates and activates translator, editor and admin users. |
| ContentTranslationWorkflowsTest::testWorkflows |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php |
Tests simple and editorial translation workflows. |
| ContentTypeHeaderMatcherTest |
class |
core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php |
Confirm that the content types partial matcher is functioning properly. |
| ContentTypeHeaderMatcherTest.php |
file |
core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php |
|
| ContentTypeHeaderMatcherTest::$fixtures |
property |
core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php |
A collection of shared fixture data for tests. |
| ContentTypeHeaderMatcherTest::$matcher |
property |
core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php |
The matcher object that is going to be tested. |
| ContentTypeHeaderMatcherTest::providerTestSafeRequestFilter |
function |
core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php |
|
| ContentTypeHeaderMatcherTest::setUp |
function |
core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php |
|