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
ContentModerationState::getFieldsToSkipFromTranslationChangesCheck function core/modules/content_moderation/src/Entity/ContentModerationState.php Returns an array of field names to skip in ::hasTranslationChanges.
ContentModerationState::getTransitions function core/modules/content_moderation/src/ContentModerationState.php Gets all the possible transition objects for the state.
ContentModerationState::getTransitionTo function core/modules/content_moderation/src/ContentModerationState.php Gets the Transition object for the provided state ID.
ContentModerationStateTest::doTestContentModerationStateTranslationDataRemoval function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Tests removal of content moderation state translations.
ContentModerationStateTest::testContentModerationStateTranslationDataRemoval function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Tests removal of content moderation state translations.
ContentModerationStateTest::testNonTranslatableEntityTypeModeration function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Tests that a non-translatable entity type with a langcode can be moderated.
ContentTestTranslationUITest class core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php Tests the test content translation UI with the test entity.
ContentTestTranslationUITest.php file core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php
ContentTestTranslationUITest::$defaultCacheContexts property core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php Default cache contexts expected on a non-translated entity.
ContentTestTranslationUITest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php The theme to install as the default for testing.
ContentTestTranslationUITest::$modules property core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php Modules to install.
ContentTestTranslationUITest::$testHTMLEscapeForAllLanguages property core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php Flag to determine if "all languages" rendering is tested.
ContentTestTranslationUITest::getTranslatorPermissions function core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php Returns an array of permissions needed for the translator.
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 install.
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.
ContentTranslationConfigUITest class core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationConfigUITest.php Tests that the content translation configuration javascript does't fail.
ContentTranslationConfigUITest.php file core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationConfigUITest.php
ContentTranslationConfigUITest::$defaultTheme property core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationConfigUITest.php The theme to install as the default for testing.
ContentTranslationConfigUITest::$modules property core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationConfigUITest.php Modules to install.
ContentTranslationConfigUITest::$profile property core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationConfigUITest.php Use the minimal profile.
ContentTranslationConfigUITest::testContentTranslationConfigUI function core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationConfigUITest.php Tests that the content translation configuration javascript does't fail.
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/Functional/ContentTranslationContextualLinksTest.php
ContentTranslationContextualLinksTest.php file core/modules/content_translation/tests/src/FunctionalJavascript/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/Functional/ContentTranslationContextualLinksTest.php The theme to install as the default for testing.
ContentTranslationContextualLinksTest::$defaultTheme property core/modules/content_translation/tests/src/FunctionalJavascript/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/Functional/ContentTranslationContextualLinksTest.php Modules to install.
ContentTranslationContextualLinksTest::$modules property core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php Modules to install.
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/Functional/ContentTranslationContextualLinksTest.php The 'translator' user to use during testing.
ContentTranslationContextualLinksTest::$translator property core/modules/content_translation/tests/src/FunctionalJavascript/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/Functional/ContentTranslationContextualLinksTest.php Tests that a contextual link is available for translating a node.
ContentTranslationContextualLinksTest::testContentTranslationContextualLinks function core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php Tests that a contextual link is available for translating a node.

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