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
ConfigTranslationFormBase::createFormElement function core/modules/config_translation/src/Form/ConfigTranslationFormBase.php Creates a form element builder.
ConfigTranslationFormBase::getBaseFormId function core/modules/config_translation/src/Form/ConfigTranslationFormBase.php Returns a string identifying the base form.
ConfigTranslationFormBase::submitForm function core/modules/config_translation/src/Form/ConfigTranslationFormBase.php Form submission handler.
ConfigTranslationFormBase::__construct function core/modules/config_translation/src/Form/ConfigTranslationFormBase.php Constructs a ConfigTranslationFormBase.
ConfigTranslationFormTest class core/modules/config_translation/tests/src/Kernel/ConfigTranslationFormTest.php Tests for altering configuration translation forms.
ConfigTranslationFormTest.php file core/modules/config_translation/tests/src/Kernel/ConfigTranslationFormTest.php
ConfigTranslationFormTest::$modules property core/modules/config_translation/tests/src/Kernel/ConfigTranslationFormTest.php Modules to install.
ConfigTranslationFormTest::testConfigTranslationFormAlter function core/modules/config_translation/tests/src/Kernel/ConfigTranslationFormTest.php Tests altering of the configuration translation forms.
ConfigTranslationHooks class core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Hook implementations for config_translation.
ConfigTranslationHooks.php file core/modules/config_translation/src/Hook/ConfigTranslationHooks.php
ConfigTranslationHooks::configSchemaInfoAlter function core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Implements hook_config_schema_info_alter().
ConfigTranslationHooks::configTranslationInfo function core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Implements hook_config_translation_info().
ConfigTranslationHooks::entityOperation function core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Implements hook_entity_operation().
ConfigTranslationHooks::entityTypeAlter function core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Implements hook_entity_type_alter().
ConfigTranslationHooks::help function core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Implements hook_help().
ConfigTranslationHooks::theme function core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Implements hook_theme().
ConfigTranslationHooks::themesInstalled function core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Implements hook_themes_installed().
ConfigTranslationHooks::themesUninstalled function core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Implements hook_themes_uninstalled().
ConfigTranslationInstallTest class core/modules/config_translation/tests/src/Functional/ConfigTranslationInstallTest.php Installs the config translation module on a site installed in non english.
ConfigTranslationInstallTest.php file core/modules/config_translation/tests/src/Functional/ConfigTranslationInstallTest.php
ConfigTranslationInstallTest::$defaultTheme property core/modules/config_translation/tests/src/Functional/ConfigTranslationInstallTest.php The theme to install as the default for testing.
ConfigTranslationInstallTest::$langcode property core/modules/config_translation/tests/src/Functional/ConfigTranslationInstallTest.php The language code in which to install Drupal.
ConfigTranslationInstallTest::getPo function core/modules/config_translation/tests/src/Functional/ConfigTranslationInstallTest.php Returns the string for the test .po file.
ConfigTranslationInstallTest::setUpLanguage function core/modules/config_translation/tests/src/Functional/ConfigTranslationInstallTest.php Installer step: Select language.
ConfigTranslationInstallTest::testConfigTranslation function core/modules/config_translation/tests/src/Functional/ConfigTranslationInstallTest.php Tests install of Configuration Translation module.
ConfigTranslationListController class core/modules/config_translation/src/Controller/ConfigTranslationListController.php Defines the configuration translation list controller.
ConfigTranslationListController.php file core/modules/config_translation/src/Controller/ConfigTranslationListController.php
ConfigTranslationListController::$mapperManager property core/modules/config_translation/src/Controller/ConfigTranslationListController.php The mapper manager.
ConfigTranslationListController::listing function core/modules/config_translation/src/Controller/ConfigTranslationListController.php Provides the listing page for any entity type.
ConfigTranslationListController::__construct function core/modules/config_translation/src/Controller/ConfigTranslationListController.php Constructs a new ConfigTranslationListController object.
ConfigTranslationListUiTest class core/modules/contact/tests/src/Functional/ConfigTranslationListUiTest.php Ensure the "translate" link is added to contact forms.
ConfigTranslationListUiTest class core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Visit all lists.
ConfigTranslationListUiTest.php file core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php
ConfigTranslationListUiTest.php file core/modules/contact/tests/src/Functional/ConfigTranslationListUiTest.php
ConfigTranslationListUiTest::$adminUser property core/modules/contact/tests/src/Functional/ConfigTranslationListUiTest.php Admin user with all needed permissions.
ConfigTranslationListUiTest::$adminUser property core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Admin user with all needed permissions.
ConfigTranslationListUiTest::$defaultTheme property core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php The theme to install as the default for testing.
ConfigTranslationListUiTest::$defaultTheme property core/modules/contact/tests/src/Functional/ConfigTranslationListUiTest.php The theme to install as the default for testing.
ConfigTranslationListUiTest::$modules property core/modules/contact/tests/src/Functional/ConfigTranslationListUiTest.php Modules to install.
ConfigTranslationListUiTest::$modules property core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Modules to install.
ConfigTranslationListUiTest::doBlockListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the block listing for the translate operation.
ConfigTranslationListUiTest::doContentTypeListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the content type listing for the translate operation.
ConfigTranslationListUiTest::doCustomContentTypeListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the content block listing for the translate operation.
ConfigTranslationListUiTest::doDateFormatListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the date format listing for the translate operation.
ConfigTranslationListUiTest::doFieldListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the field listing for the translate operation.
ConfigTranslationListUiTest::doFormatsListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the formats listing for the translate operation.
ConfigTranslationListUiTest::doImageStyleListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the image style listing for the translate operation.
ConfigTranslationListUiTest::doLanguageListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the language listing for the translate operation.
ConfigTranslationListUiTest::doMenuListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the menu listing for the translate operation.
ConfigTranslationListUiTest::doResponsiveImageListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the responsive image mapping listing for the translate operation.

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