Search for trans

  1. Search 7.x for trans
  2. Search 9.5.x for trans
  3. Search 8.9.x for trans
  4. Search 10.3.x for trans
  5. Other projects
Title Object type File name Summary
ContentTranslationController class core/modules/content_translation/src/Controller/ContentTranslationController.php Base class for entity translation controllers.
ContentTranslationController.php file core/modules/content_translation/src/Controller/ContentTranslationController.php
ContentTranslationController::add function core/modules/content_translation/src/Controller/ContentTranslationController.php Builds an add translation page.
ContentTranslationController::create function core/modules/content_translation/src/Controller/ContentTranslationController.php Instantiates a new instance of the implementing class using autowiring.
ContentTranslationController::edit function core/modules/content_translation/src/Controller/ContentTranslationController.php Builds the edit translation page.
ContentTranslationController::overview function core/modules/content_translation/src/Controller/ContentTranslationController.php Builds the translations overview page.
ContentTranslationController::prepareTranslation function core/modules/content_translation/src/Controller/ContentTranslationController.php Populates target values with the source values.
ContentTranslationController::__construct function core/modules/content_translation/src/Controller/ContentTranslationController.php Initializes a content translation controller.
ContentTranslationDeleteAccess class core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php Access check for entity translation deletion.
ContentTranslationDeleteAccess.php file core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php
ContentTranslationDeleteAccess::$contentTranslationManager property core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php The content translation manager.
ContentTranslationDeleteAccess::$entityTypeManager property core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php The entity type manager.
ContentTranslationDeleteAccess::access function core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php Checks access to translation deletion for the specified route match.
ContentTranslationDeleteAccess::checkAccess function core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php Checks access to translation deletion for the specified entity.
ContentTranslationDeleteAccess::__construct function core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php Constructs a ContentTranslationDeleteAccess object.
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 Form constructor.
ContentTranslationDeleteForm::getFormId function core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php Returns a unique string identifying the form.
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 The theme to install as the default for testing.
ContentTranslationDisableSettingTest::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationDisableSettingTest.php Modules to install.
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.
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 The theme to install as the default for testing.
ContentTranslationEnableTest::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationEnableTest.php Modules to install.
ContentTranslationEnableTest::testEnable function core/modules/content_translation/tests/src/Functional/ContentTranslationEnableTest.php Tests that entity schemas are up-to-date after enabling translation.
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 Modules to install.
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 The theme to install as the default for testing.
ContentTranslationEntityBundleUITest::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php Modules to install.
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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.