| ContentTranslationDeleteForm |
class |
core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php |
Delete translation form for content_translation module. |
| ContentTranslationDeleteForm.php |
file |
core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php |
|
| ContentTranslationDeleteForm::buildForm |
function |
core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php |
|
| ContentTranslationDeleteForm::getFormId |
function |
core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php |
|
| ContentTranslationDisableSettingTest |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationDisableSettingTest.php |
Test disabling content translation module. |
| ContentTranslationDisableSettingTest.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationDisableSettingTest.php |
|
| ContentTranslationDisableSettingTest::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationDisableSettingTest.php |
|
| ContentTranslationDisableSettingTest::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationDisableSettingTest.php |
|
| ContentTranslationDisableSettingTest::testDisableSetting |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationDisableSettingTest.php |
Tests that entity schemas are up-to-date after enabling translation. |
| ContentTranslationEnabledSetting |
class |
core/modules/language/src/Plugin/migrate/process/ContentTranslationEnabledSetting.php |
Determines the content translation setting. |
| ContentTranslationEnabledSetting.php |
file |
core/modules/language/src/Plugin/migrate/process/ContentTranslationEnabledSetting.php |
|
| ContentTranslationEnabledSetting::transform |
function |
core/modules/language/src/Plugin/migrate/process/ContentTranslationEnabledSetting.php |
Performs the associated process. |
| ContentTranslationEnabledSetting::__construct |
function |
core/modules/language/src/Plugin/migrate/process/ContentTranslationEnabledSetting.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| ContentTranslationEnableTest |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationEnableTest.php |
Test enabling content translation module. |
| ContentTranslationEnableTest.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationEnableTest.php |
|
| ContentTranslationEnableTest::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationEnableTest.php |
|
| ContentTranslationEnableTest::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationEnableTest.php |
|
| ContentTranslationEnableTest::testEnable |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationEnableTest.php |
Tests that entity schemas are up-to-date after enabling translation. |
| ContentTranslationEnableTranslationPerBundle |
class |
core/modules/content_translation/src/ContentTranslationEnableTranslationPerBundle.php |
Provides a widget to enable content translation per entity bundle. |
| ContentTranslationEnableTranslationPerBundle.php |
file |
core/modules/content_translation/src/ContentTranslationEnableTranslationPerBundle.php |
|
| ContentTranslationEnableTranslationPerBundle::configElementProcess |
function |
core/modules/content_translation/src/ContentTranslationEnableTranslationPerBundle.php |
Provides the language enable/disable form element. |
| ContentTranslationEnableTranslationPerBundle::configElementSubmit |
function |
core/modules/content_translation/src/ContentTranslationEnableTranslationPerBundle.php |
Provides a submit callback for the language enable/disable element. |
| ContentTranslationEnableTranslationPerBundle::configElementValidate |
function |
core/modules/content_translation/src/ContentTranslationEnableTranslationPerBundle.php |
Provides a validation callback for the language enable/disable element. |
| ContentTranslationEnableTranslationPerBundle::getWidget |
function |
core/modules/content_translation/src/ContentTranslationEnableTranslationPerBundle.php |
Returns the widget to be used per entity bundle. |
| ContentTranslationEnableTranslationPerBundle::__construct |
function |
core/modules/content_translation/src/ContentTranslationEnableTranslationPerBundle.php |
|
| ContentTranslationEntityBundleInfoTest |
class |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
Tests the Content Translation bundle info logic. |
| ContentTranslationEntityBundleInfoTest.php |
file |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
|
| ContentTranslationEntityBundleInfoTest::$bundleInfo |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
The bundle info service. |
| ContentTranslationEntityBundleInfoTest::$contentTranslationManager |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
The content translation manager. |
| ContentTranslationEntityBundleInfoTest::$modules |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
|
| ContentTranslationEntityBundleInfoTest::getBundledNode |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
Gets a new bundled node for testing. |
| ContentTranslationEntityBundleInfoTest::setUp |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
|
| ContentTranslationEntityBundleInfoTest::testBundleClearOnLanguageContentSettingInsert |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
Tests that bundle translation settings are propagated on creation. |
| ContentTranslationEntityBundleInfoTest::testBundleClearOnLanguageContentSettingUpdate |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
Tests that bundle translation setting changes are propagated. |
| ContentTranslationEntityBundleInfoTest::testFieldSynchronizationWithDisabledBundle |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
Tests that field synchronization is skipped for disabled bundles. |
| ContentTranslationEntityBundleInfoTest::testHookInvocationOrder |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
Tests that modules can know whether bundles are translatable. |
| ContentTranslationEntityBundleUITest |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php |
Tests the content translation behaviors on entity bundle UI. |
| ContentTranslationEntityBundleUITest.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php |
|
| ContentTranslationEntityBundleUITest::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php |
|
| ContentTranslationEntityBundleUITest::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php |
|
| ContentTranslationEntityBundleUITest::setUp |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php |
|
| ContentTranslationEntityBundleUITest::testContentTypeUI |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php |
Tests content types default translation behavior. |
| ContentTranslationFieldSyncRevisionTest |
class |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
Tests the field synchronization logic when revisions are involved. |
| ContentTranslationFieldSyncRevisionTest.php |
file |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
|
| ContentTranslationFieldSyncRevisionTest::$contentTranslationManager |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
The content translation manager. |
| ContentTranslationFieldSyncRevisionTest::$fieldName |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
The synchronized field name. |
| ContentTranslationFieldSyncRevisionTest::$modules |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
|
| ContentTranslationFieldSyncRevisionTest::$storage |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
The test entity storage. |
| ContentTranslationFieldSyncRevisionTest::assertLatestRevisionFieldValues |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
Asserts that the latest revision has the expected field values. |
| ContentTranslationFieldSyncRevisionTest::assertViolations |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
Asserts that the expected violations were found. |