Search for content

  1. Search 7.x for content
  2. Search 9.5.x for content
  3. Search 8.9.x for content
  4. Search 10.3.x for content
  5. Other projects
Title Object type File name Summary
ContentTranslationHandlerTest::$state property core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php The state service.
ContentTranslationHandlerTest::$translationLangcode property core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php The ID of the translation language used in this test.
ContentTranslationHandlerTest::providerTestEntityFormSharedElements function core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php Returns test cases for ::testEntityFormSharedElements().
ContentTranslationHandlerTest::setUp function core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php
ContentTranslationHandlerTest::testEntityFormSharedElements function core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php Tests ContentTranslationHandler::entityFormSharedElements()
ContentTranslationHooks class core/modules/content_translation/src/Hook/ContentTranslationHooks.php Hook implementations for content_translation.
ContentTranslationHooks.php file core/modules/content_translation/src/Hook/ContentTranslationHooks.php
ContentTranslationHooks::elementInfoAlter function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_element_info_alter().
ContentTranslationHooks::entityBaseFieldInfo function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_entity_base_field_info().
ContentTranslationHooks::entityBundleInfoAlter function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_entity_bundle_info_alter().
ContentTranslationHooks::entityExtraFieldInfo function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_entity_extra_field_info().
ContentTranslationHooks::entityOperation function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_entity_operation().
ContentTranslationHooks::entityPresave function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_entity_presave().
ContentTranslationHooks::entityTypeAlter function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_entity_type_alter().
ContentTranslationHooks::fieldInfoAlter function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_field_info_alter().
ContentTranslationHooks::formAlter function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_form_alter().
ContentTranslationHooks::formFieldConfigEditFormAlter function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_form_FORM_ID_alter() for 'field_config_edit_form'.
ContentTranslationHooks::formLanguageContentSettingsFormAlter function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_form_FORM_ID_alter() for language_content_settings_form().
ContentTranslationHooks::help function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_help().
ContentTranslationHooks::languageContentSettingsInsert function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_ENTITY_TYPE_insert().
ContentTranslationHooks::languageContentSettingsUpdate function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_ENTITY_TYPE_update().
ContentTranslationHooks::languageFallbackCandidatesEntityViewAlter function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_language_fallback_candidates_OPERATION_alter().
ContentTranslationHooks::languageTypesInfoAlter function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_language_types_info_alter().
ContentTranslationHooks::menuLinksDiscoveredAlter function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_menu_links_discovered_alter().
ContentTranslationHooks::pageAttachments function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_page_attachments().
ContentTranslationHooks::viewsDataAlter function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_views_data_alter().
ContentTranslationLanguageChangeTest class core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php Tests the content translation language that is set.
ContentTranslationLanguageChangeTest.php file core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php
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 install.
ContentTranslationLanguageChangeTest::setUp function core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php
ContentTranslationLanguageChangeTest::testLanguageChange function core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php Tests that the source language is properly set when changing.
ContentTranslationLanguageChangeTest::testTitleDoesNotChangesOnChangingLanguageWidgetAndTriggeringAjaxCall function core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php Tests 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 install.
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.

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