Search for trans

  1. Search 7.x for trans
  2. Search 9.5.x for trans
  3. Search 10.3.x for trans
  4. Search 11.x for trans
  5. Other projects
Title Object type File name Summary
ContentTestTranslationUITest::setUp function core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php
ContentTranslationConfigImportTest class core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php Tests content translation updates performed during config import.
ContentTranslationConfigImportTest.php file core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php
ContentTranslationConfigImportTest::$configImporter property core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php Config Importer object used for testing.
ContentTranslationConfigImportTest::$modules property core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php Modules to enable.
ContentTranslationConfigImportTest::setUp function core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php
ContentTranslationConfigImportTest::testConfigImportUpdates function core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php Tests config import updates.
ContentTranslationContextualLinks class core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php Provides dynamic contextual links for content translation.
ContentTranslationContextualLinks.php file core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php
ContentTranslationContextualLinks::$contentTranslationManager property core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php The content translation manager.
ContentTranslationContextualLinks::create function core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php Creates a new class instance.
ContentTranslationContextualLinks::getDerivativeDefinitions function core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php Gets the definition of all derivatives of a base plugin.
ContentTranslationContextualLinks::__construct function core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php Constructs a new ContentTranslationContextualLinks.
ContentTranslationContextualLinksTest class core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php Tests that contextual links are available for content translation.
ContentTranslationContextualLinksTest class core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php Tests that contextual links are available for content translation.
ContentTranslationContextualLinksTest.php file core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php
ContentTranslationContextualLinksTest.php file core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php
ContentTranslationContextualLinksTest::$bundle property core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php The bundle being tested.
ContentTranslationContextualLinksTest::$contentType property core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php The content type being tested.
ContentTranslationContextualLinksTest::$defaultTheme property core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php The theme to install as the default for testing.
ContentTranslationContextualLinksTest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php The theme to install as the default for testing.
ContentTranslationContextualLinksTest::$langcodes property core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php The enabled languages.
ContentTranslationContextualLinksTest::$modules property core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php Modules to enable.
ContentTranslationContextualLinksTest::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php Modules to enable.
ContentTranslationContextualLinksTest::$profile property core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php The profile to install as a basis for testing.
ContentTranslationContextualLinksTest::$translator property core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php The 'translator' user to use during testing.
ContentTranslationContextualLinksTest::$translator property core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php The 'translator' user to use during testing.
ContentTranslationContextualLinksTest::setUp function core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php
ContentTranslationContextualLinksTest::setUp function core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php
ContentTranslationContextualLinksTest::testContentTranslationContextualLinks function core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php Tests that a contextual link is available for translating a node.
ContentTranslationContextualLinksTest::testContentTranslationContextualLinks function core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php Tests that a contextual link is available for translating a node.
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::$entityFieldManager property core/modules/content_translation/src/Controller/ContentTranslationController.php The entity field manager.
ContentTranslationController::$manager property core/modules/content_translation/src/Controller/ContentTranslationController.php The content translation manager.
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 this class.
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

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