| ListItemBase::storageSettingsFromConfigData |
function |
core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php |
|
| ListItemBase::storageSettingsToConfigData |
function |
core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php |
|
| ListPlugin::buildConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php |
|
| ListPlugin::defaultConfiguration |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php |
|
| ListPlugin::getDynamicPluginConfig |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php |
|
| ListPlugin::submitConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php |
|
| ListPlugin::validateConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php |
|
| ListPluginTest::providerGetDynamicPluginConfig |
function |
core/modules/ckeditor5/tests/src/Unit/ListPluginTest.php |
Provides a list of configs to test. |
| ListPluginTest::testGetDynamicPluginConfig |
function |
core/modules/ckeditor5/tests/src/Unit/ListPluginTest.php |
Tests get dynamic plugin config. |
| LocalActionDefaultTest::$config |
property |
core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php |
The used plugin configuration. |
| LocalActionsBlock::defaultConfiguration |
function |
core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php |
|
| locale.config_manager |
service |
core/modules/locale/locale.services.yml |
Drupal\locale\LocaleConfigManager |
| locale.config_subscriber |
service |
core/modules/locale/locale.services.yml |
Drupal\locale\LocaleConfigSubscriber |
| locale.default.config.storage |
service |
core/modules/locale/locale.services.yml |
Drupal\locale\LocaleDefaultConfigStorage |
| LocaleBulkDeprecationTest::testDeprecatedLocaleConfigBatchRefreshName |
function |
core/modules/locale/tests/src/Unit/LocaleBulkDeprecationTest.php |
Tests the deprecation of locale_config_batch_refresh_name(). |
| LocaleBulkDeprecationTest::testDeprecatedLocaleConfigBatchSetConfigLangcodes |
function |
core/modules/locale/tests/src/Unit/LocaleBulkDeprecationTest.php |
Tests the deprecation of locale_config_batch_set_config_langcodes(). |
| LocaleConfigBatch |
class |
core/modules/locale/src/LocaleConfigBatch.php |
Provides the locale config update batch services. |
| LocaleConfigBatch.php |
file |
core/modules/locale/src/LocaleConfigBatch.php |
|
| LocaleConfigBatch::batchFinished |
function |
core/modules/locale/src/LocaleConfigBatch.php |
Implements callback_batch_finished(). |
| LocaleConfigBatch::batchUpdateConfigTranslations |
function |
core/modules/locale/src/LocaleConfigBatch.php |
Implements callback_batch_operation(). |
| LocaleConfigBatch::batchUpdateDefaultConfigLangcodes |
function |
core/modules/locale/src/LocaleConfigBatch.php |
Implements callback_batch_operation(). |
| LocaleConfigBatch::buildBatch |
function |
core/modules/locale/src/LocaleConfigBatch.php |
Builds a locale batch to refresh configuration. |
| LocaleConfigBatch::__construct |
function |
core/modules/locale/src/LocaleConfigBatch.php |
|
| LocaleConfigManager |
class |
core/modules/locale/src/LocaleConfigManager.php |
Manages configuration supported in part by interface translation. |
| LocaleConfigManager.php |
file |
core/modules/locale/src/LocaleConfigManager.php |
|
| LocaleConfigManager::$isUpdatingFromLocale |
property |
core/modules/locale/src/LocaleConfigManager.php |
Whether or not configuration translations are being updated from locale. |
| LocaleConfigManager::$translations |
property |
core/modules/locale/src/LocaleConfigManager.php |
Array with preloaded string translations. |
| LocaleConfigManager::deleteLanguageTranslations |
function |
core/modules/locale/src/LocaleConfigManager.php |
Deletes configuration for language. |
| LocaleConfigManager::deleteTranslationOverride |
function |
core/modules/locale/src/LocaleConfigManager.php |
Deletes translated configuration data. |
| LocaleConfigManager::filterOverride |
function |
core/modules/locale/src/LocaleConfigManager.php |
Filters override data based on default translatable items. |
| LocaleConfigManager::getActiveConfigLangcode |
function |
core/modules/locale/src/LocaleConfigManager.php |
Returns the current language code for this active configuration. |
| LocaleConfigManager::getComponentNames |
function |
core/modules/locale/src/LocaleConfigManager.php |
Gets configuration names associated with components. |
| LocaleConfigManager::getDefaultConfigLangcode |
function |
core/modules/locale/src/LocaleConfigManager.php |
Returns the original language code for this shipped configuration. |
| LocaleConfigManager::getStringNames |
function |
core/modules/locale/src/LocaleConfigManager.php |
Gets configuration names associated with strings. |
| LocaleConfigManager::getStringTranslation |
function |
core/modules/locale/src/LocaleConfigManager.php |
Get the translation object for the given source/context and language. |
| LocaleConfigManager::getTranslatableData |
function |
core/modules/locale/src/LocaleConfigManager.php |
Gets translatable configuration data for a typed configuration element. |
| LocaleConfigManager::getTranslatableDefaultConfig |
function |
core/modules/locale/src/LocaleConfigManager.php |
Gets array of translated strings for Locale translatable configuration. |
| LocaleConfigManager::hasTranslation |
function |
core/modules/locale/src/LocaleConfigManager.php |
Checks whether a language has configuration translation. |
| LocaleConfigManager::isSupported |
function |
core/modules/locale/src/LocaleConfigManager.php |
Whether the given configuration is supported for interface translation. |
| LocaleConfigManager::isUpdatingTranslationsFromLocale |
function |
core/modules/locale/src/LocaleConfigManager.php |
Indicates whether configuration translations are being updated from locale. |
| LocaleConfigManager::processTranslatableData |
function |
core/modules/locale/src/LocaleConfigManager.php |
Process the translatable data array with a given language. |
| LocaleConfigManager::reset |
function |
core/modules/locale/src/LocaleConfigManager.php |
Reset static cache of configuration string translations. |
| LocaleConfigManager::saveTranslationActive |
function |
core/modules/locale/src/LocaleConfigManager.php |
Saves translated configuration data. |
| LocaleConfigManager::saveTranslationOverride |
function |
core/modules/locale/src/LocaleConfigManager.php |
Saves translated configuration override. |
| LocaleConfigManager::translateString |
function |
core/modules/locale/src/LocaleConfigManager.php |
Translates string using the localization system. |
| LocaleConfigManager::updateConfigTranslations |
function |
core/modules/locale/src/LocaleConfigManager.php |
Updates all configuration translations for the names / languages provided. |
| LocaleConfigManager::updateDefaultConfigLangcodes |
function |
core/modules/locale/src/LocaleConfigManager.php |
Updates default configuration when new modules or themes are installed. |
| LocaleConfigManager::__construct |
function |
core/modules/locale/src/LocaleConfigManager.php |
|
| LocaleConfigManagerTest |
class |
core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php |
Tests that the locale config manager operates correctly. |
| LocaleConfigManagerTest.php |
file |
core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php |
|