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
ContentTranslationLanguageChangeTest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php The theme to install as the default for testing.
ContentTranslationLanguageChangeTest::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php Modules to enable.
ContentTranslationLanguageChangeTest::setUp function core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php
ContentTranslationLanguageChangeTest::testLanguageChange function core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php Test that the source language is properly set when changing.
ContentTranslationLanguageChangeTest::testTitleDoesNotChangesOnChangingLanguageWidgetAndTriggeringAjaxCall function core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php Test that title does not change on ajax call with new language value.
ContentTranslationLinkTagTest class core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php Tests whether canonical link tags are present for content entities.
ContentTranslationLinkTagTest.php file core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php
ContentTranslationLinkTagTest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php The theme to install as the default for testing.
ContentTranslationLinkTagTest::$langcodes property core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php The added languages.
ContentTranslationLinkTagTest::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php Modules to enable.
ContentTranslationLinkTagTest::createTranslatableEntity function core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php Create a test entity with translations.
ContentTranslationLinkTagTest::setUp function core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php
ContentTranslationLinkTagTest::testCanonicalAlternateTags function core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php Tests alternate link tag found for entity types with canonical links.
ContentTranslationLinkTagTest::testCanonicalAlternateTagsMissing function core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php Tests alternate link tag missing for entity types without canonical links.
ContentTranslationLocalTasks class core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php Provides dynamic local tasks for content translation.
ContentTranslationLocalTasks.php file core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php
ContentTranslationLocalTasks::$basePluginId property core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php The base plugin ID
ContentTranslationLocalTasks::$contentTranslationManager property core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php The content translation manager.
ContentTranslationLocalTasks::create function core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php Creates a new class instance.
ContentTranslationLocalTasks::getDerivativeDefinitions function core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php Gets the definition of all derivatives of a base plugin.
ContentTranslationLocalTasks::__construct function core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php Constructs a new ContentTranslationLocalTasks.
ContentTranslationLocalTasksTest class core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php Tests content translation local tasks.
ContentTranslationLocalTasksTest.php file core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php
ContentTranslationLocalTasksTest::providerTestBlockAdminDisplay function core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php Provides a list of routes to test.
ContentTranslationLocalTasksTest::setUp function core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php
ContentTranslationLocalTasksTest::testBlockAdminDisplay function core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php Tests the block admin display local tasks.
ContentTranslationManageAccessCheck class core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php Access check for entity translation CRUD operation.
ContentTranslationManageAccessCheck.php file core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php
ContentTranslationManageAccessCheck::$deprecatedProperties property core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php
ContentTranslationManageAccessCheck::$entityTypeManager property core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php The entity type manager.
ContentTranslationManageAccessCheck::$languageManager property core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php The language manager.
ContentTranslationManageAccessCheck::access function core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php Checks translation access for the entity and operation on the given route.
ContentTranslationManageAccessCheck::checkAccess function core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php Performs access checks for the specified operation.
ContentTranslationManageAccessCheck::__construct function core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php Constructs a ContentTranslationManageAccessCheck object.
ContentTranslationManageAccessCheckTest class core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php Tests for content translation manage check.
ContentTranslationManageAccessCheckTest.php file core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php
ContentTranslationManageAccessCheckTest::$cacheContextsManager property core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php The cache contexts manager.
ContentTranslationManageAccessCheckTest::setUp function core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php
ContentTranslationManageAccessCheckTest::testCreateAccess function core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php Tests the create access method.
ContentTranslationManager class core/modules/content_translation/src/ContentTranslationManager.php Provides common functionality for content translation.
ContentTranslationManager.php file core/modules/content_translation/src/ContentTranslationManager.php
ContentTranslationManager::$deprecatedProperties property core/modules/content_translation/src/ContentTranslationManager.php
ContentTranslationManager::$entityTypeBundleInfo property core/modules/content_translation/src/ContentTranslationManager.php The entity type bundle info provider.
ContentTranslationManager::$entityTypeManager property core/modules/content_translation/src/ContentTranslationManager.php The entity type manager.
ContentTranslationManager::getBundleTranslationSettings function core/modules/content_translation/src/ContentTranslationManager.php Returns translation settings for the specified bundle.
ContentTranslationManager::getSupportedEntityTypes function core/modules/content_translation/src/ContentTranslationManager.php Gets the entity types that support content translation.
ContentTranslationManager::getTranslationHandler function core/modules/content_translation/src/ContentTranslationManager.php Returns an instance of the Content translation handler.
ContentTranslationManager::getTranslationMetadata function core/modules/content_translation/src/ContentTranslationManager.php Returns an instance of the Content translation metadata.
ContentTranslationManager::isEnabled function core/modules/content_translation/src/ContentTranslationManager.php Determines whether the given entity type is translatable.
ContentTranslationManager::isPendingRevisionSupportEnabled function core/modules/content_translation/src/ContentTranslationManager.php Checks whether support for pending revisions should be enabled.

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