| ConfigTranslationFieldListBuilder::buildRow |
function |
core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php |
Builds a row for an entity in the entity listing. |
| ConfigTranslationFieldListBuilder::createInstance |
function |
core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php |
Instantiates a new instance of this entity handler. |
| ConfigTranslationFieldListBuilder::displayBundle |
function |
core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php |
Controls the visibility of the bundle column on field list pages. |
| ConfigTranslationFieldListBuilder::getFilterLabels |
function |
core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php |
Provides user facing strings for the filter element. |
| ConfigTranslationFieldListBuilder::load |
function |
core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php |
Loads entities of this type from storage for listing. |
| ConfigTranslationFieldListBuilder::setMapperDefinition |
function |
core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php |
Sets the config translation mapper definition. |
| ConfigTranslationFieldListBuilder::sortRows |
function |
core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php |
Sorts an array by value. |
| ConfigTranslationFieldListBuilder::__construct |
function |
core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php |
Constructs a new ConfigTranslationFieldListBuilder object. |
| ConfigTranslationFormAccess |
class |
core/modules/config_translation/src/Access/ConfigTranslationFormAccess.php |
Checks access for displaying the translation add, edit, and delete forms. |
| ConfigTranslationFormAccess.php |
file |
core/modules/config_translation/src/Access/ConfigTranslationFormAccess.php |
|
| ConfigTranslationFormAccess::access |
function |
core/modules/config_translation/src/Access/ConfigTranslationFormAccess.php |
Checks access to the overview based on permissions and translatability. |
| ConfigTranslationFormAccess::doCheckAccess |
function |
core/modules/config_translation/src/Access/ConfigTranslationFormAccess.php |
Checks access given an account, configuration mapper, and source language. |
| ConfigTranslationFormBase |
class |
core/modules/config_translation/src/Form/ConfigTranslationFormBase.php |
Provides a base form for configuration translations. |
| ConfigTranslationFormBase.php |
file |
core/modules/config_translation/src/Form/ConfigTranslationFormBase.php |
|
| ConfigTranslationFormBase::$baseConfigData |
property |
core/modules/config_translation/src/Form/ConfigTranslationFormBase.php |
An array of base language configuration data keyed by configuration names. |
| ConfigTranslationFormBase::$configMapperManager |
property |
core/modules/config_translation/src/Form/ConfigTranslationFormBase.php |
The configuration mapper manager. |
| ConfigTranslationFormBase::$language |
property |
core/modules/config_translation/src/Form/ConfigTranslationFormBase.php |
The language of the configuration translation. |
| ConfigTranslationFormBase::$languageManager |
property |
core/modules/config_translation/src/Form/ConfigTranslationFormBase.php |
The language manager. |
| ConfigTranslationFormBase::$mapper |
property |
core/modules/config_translation/src/Form/ConfigTranslationFormBase.php |
The mapper for configuration translation. |
| ConfigTranslationFormBase::$sourceLanguage |
property |
core/modules/config_translation/src/Form/ConfigTranslationFormBase.php |
The language of the configuration translation source. |
| ConfigTranslationFormBase::$typedConfigManager |
property |
core/modules/config_translation/src/Form/ConfigTranslationFormBase.php |
The typed configuration manager. |
| ConfigTranslationFormBase::buildForm |
function |
core/modules/config_translation/src/Form/ConfigTranslationFormBase.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
| ConfigTranslationFormBase::create |
function |
core/modules/config_translation/src/Form/ConfigTranslationFormBase.php |
Instantiates a new instance of this class. |
| 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 |
|