Search for configName

  1. Search 7.x for configName
  2. Search 8.9.x for configName
  3. Search 10.3.x for configName
  4. Search 11.x for configName
  5. Other projects
Title Object type File name Summary
ConfigNamesMapperTest::testGetTypeLabel function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getTypeLabel().
ConfigNamesMapperTest::testGetTypeName function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getTypeName().
ConfigNamesMapperTest::testGetWeight function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getWeight().
ConfigNamesMapperTest::testHasSchema function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::hasSchema().
ConfigNamesMapperTest::testHasTranslatable function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::hasTranslatable().
ConfigNamesMapperTest::testHasTranslation function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::hasTranslation().
ConfigNamesMapperTest::testPopulateFromRouteMatch function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::populateFromRouteMatch().
ConfigTranslationTestSubscriber::addConfigNames function core/modules/config_translation/tests/modules/config_translation_test/src/EventSubscriber/ConfigTranslationTestSubscriber.php Reacts to the populating of a configuration mapper.
ContactFormEditForm::getEditableConfigNames function core/modules/contact/src/ContactFormEditForm.php Gets the configuration names that will be editable.
CronForm::getEditableConfigNames function core/modules/system/src/Form/CronForm.php Gets the configuration names that will be editable.
DefaultProcessor::getEditableConfigNames function core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php Gets the configuration names that will be editable.
EditorConfigTranslationSubscriber::addConfigNames function core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php Reacts to the populating of a configuration mapper.
EntityDeleteForm::getConfigNamesToDelete function core/lib/Drupal/Core/Entity/EntityDeleteForm.php Returns config names to delete for the deletion confirmation form.
ExcludedModulesEventSubscriber::getDependentConfigNames function core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php Get all the configuration which depends on one of the excluded modules.
FieldConfigDeleteForm::getConfigNamesToDelete function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php Returns config names to delete for the deletion confirmation form.
FileSystemForm::getEditableConfigNames function core/modules/system/src/Form/FileSystemForm.php Gets the configuration names that will be editable.
FormTestArgumentsObject::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php Gets the configuration names that will be editable.
FormTestControllerObject::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php Gets the configuration names that will be editable.
FormTestObject::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/FormTestObject.php Gets the configuration names that will be editable.
FormTestServiceObject::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php Gets the configuration names that will be editable.
ForumSettingsForm::getEditableConfigNames function core/modules/forum/src/ForumSettingsForm.php Gets the configuration names that will be editable.
ImageToolkitForm::getEditableConfigNames function core/modules/system/src/Form/ImageToolkitForm.php Gets the configuration names that will be editable.
JsonApiSettingsForm::getEditableConfigNames function core/modules/jsonapi/src/Form/JsonApiSettingsForm.php Gets the configuration names that will be editable.
LocaleSettingsForm::getEditableConfigNames function core/modules/locale/src/Form/LocaleSettingsForm.php Gets the configuration names that will be editable.
LoggingForm::getEditableConfigNames function core/modules/system/src/Form/LoggingForm.php Gets the configuration names that will be editable.
MediaSettingsForm::getEditableConfigNames function core/modules/media/src/Form/MediaSettingsForm.php Gets the configuration names that will be editable.
NegotiationBrowserDeleteForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php Gets the configuration names that will be editable.
NegotiationBrowserForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationBrowserForm.php Gets the configuration names that will be editable.
NegotiationConfigureForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationConfigureForm.php Gets the configuration names that will be editable.
NegotiationSelectedForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationSelectedForm.php Gets the configuration names that will be editable.
NegotiationSessionForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationSessionForm.php Gets the configuration names that will be editable.
NegotiationUrlForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationUrlForm.php Gets the configuration names that will be editable.
PerformanceForm::getEditableConfigNames function core/modules/system/src/Form/PerformanceForm.php Gets the configuration names that will be editable.
RegionalForm::getEditableConfigNames function core/modules/system/src/Form/RegionalForm.php Gets the configuration names that will be editable.
RssFeedsForm::getEditableConfigNames function core/modules/system/src/Form/RssFeedsForm.php Gets the configuration names that will be editable.
SchemaCheckTrait::$configName property core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php The configuration object name under test.
SearchPageListBuilder::getEditableConfigNames function core/modules/search/src/SearchPageListBuilder.php Gets the configuration names that will be editable.
SettingsForm::getEditableConfigNames function core/modules/media_library/src/Form/SettingsForm.php Gets the configuration names that will be editable.
SettingsForm::getEditableConfigNames function core/modules/aggregator/src/Form/SettingsForm.php Gets the configuration names that will be editable.
SimpleConfigSectionStorage::getConfigName function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Returns the name to be used to store in the config system.
SiteConfigureForm::getEditableConfigNames function core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php Gets the configuration names that will be editable.
SiteInformationForm::getEditableConfigNames function core/modules/system/src/Form/SiteInformationForm.php Gets the configuration names that will be editable.
SiteMaintenanceModeForm::getEditableConfigNames function core/modules/system/src/Form/SiteMaintenanceModeForm.php Gets the configuration names that will be editable.
StaticMenuLinkOverrides::$configName property core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php The config name used to store the overrides.
StatisticsSettingsForm::getEditableConfigNames function core/modules/statistics/src/StatisticsSettingsForm.php Gets the configuration names that will be editable.
SystemConfigFormTestForm::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/SystemConfigFormTestForm.php Gets the configuration names that will be editable.
TestConfigNamesMapper class core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Defines a test mapper class.
TestConfigNamesMapper::getInternalLangcode function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Gets the internal language code of this mapper, if any.
TestConfigNamesMapper::setConfigFactory function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Sets the configuration factory.
TestConfigNamesMapper::setConfigNames function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Sets the list of configuration names.

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