Search for configName

  1. Search 7.x for configName
  2. Search 9.5.x for configName
  3. Search 8.9.x for configName
  4. Search 10.3.x for configName
  5. Other projects
Title Object type File name Summary
AccountSettingsForm::getEditableConfigNames function core/modules/user/src/AccountSettingsForm.php Gets the configuration names that will be editable.
AdvancedSettingsForm::getEditableConfigNames function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Gets the configuration names that will be editable.
BookSettingsForm::getEditableConfigNames function core/modules/book/src/Form/BookSettingsForm.php Gets the configuration names that will be editable.
ConfigActionManager::getConfigNamesMatchingExpression function core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Gets the names of all active config objects that match an expression.
ConfigEntityStorage::getIDFromConfigName function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Extracts the configuration entity ID from the full configuration name.
ConfigEntityStorageInterface::getIDFromConfigName function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Extracts the configuration entity ID from the full configuration name.
ConfigFormBaseTrait::getEditableConfigNames function core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php Gets the configuration names that will be editable.
ConfigMapperInterface::addConfigName function core/modules/config_translation/src/ConfigMapperInterface.php Adds the given configuration name to the list of names.
ConfigMapperInterface::getConfigNames function core/modules/config_translation/src/ConfigMapperInterface.php Returns an array of configuration names for the mapper.
ConfigMapperTest::testAddingConfigNames function core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php Tests adding config names to mapper.
ConfigNameException class core/lib/Drupal/Core/Config/ConfigNameException.php Exception thrown when a config object name is invalid.
ConfigNameException.php file core/lib/Drupal/Core/Config/ConfigNameException.php
ConfigNamesMapper class core/modules/config_translation/src/ConfigNamesMapper.php Configuration mapper base implementation.
ConfigNamesMapper.php file core/modules/config_translation/src/ConfigNamesMapper.php
ConfigNamesMapper::$baseRoute property core/modules/config_translation/src/ConfigNamesMapper.php The base route object that the mapper is attached to.
ConfigNamesMapper::$configFactory property core/modules/config_translation/src/ConfigNamesMapper.php The configuration factory.
ConfigNamesMapper::$configMapperManager property core/modules/config_translation/src/ConfigNamesMapper.php The mapper plugin discovery service.
ConfigNamesMapper::$eventDispatcher property core/modules/config_translation/src/ConfigNamesMapper.php The event dispatcher.
ConfigNamesMapper::$langcode property core/modules/config_translation/src/ConfigNamesMapper.php The language code of the language this mapper, if any.
ConfigNamesMapper::$languageManager property core/modules/config_translation/src/ConfigNamesMapper.php The language manager.
ConfigNamesMapper::$localeConfigManager property core/modules/config_translation/src/ConfigNamesMapper.php The typed configuration manager.
ConfigNamesMapper::$routeCollection property core/modules/config_translation/src/ConfigNamesMapper.php The available routes.
ConfigNamesMapper::$routeProvider property core/modules/config_translation/src/ConfigNamesMapper.php The route provider.
ConfigNamesMapper::$typedConfigManager property core/modules/config_translation/src/ConfigNamesMapper.php The typed config manager.
ConfigNamesMapper::addConfigName function core/modules/config_translation/src/ConfigNamesMapper.php Adds the given configuration name to the list of names.
ConfigNamesMapper::create function core/modules/config_translation/src/ConfigNamesMapper.php Creates an instance of the plugin.
ConfigNamesMapper::getAddRoute function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route object for a translation add form route.
ConfigNamesMapper::getAddRouteName function core/modules/config_translation/src/ConfigNamesMapper.php Returns route name for the translation add form route.
ConfigNamesMapper::getAddRouteParameters function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route parameters for the translation add form route.
ConfigNamesMapper::getBasePath function core/modules/config_translation/src/ConfigNamesMapper.php Returns a processed path for the base route the mapper is attached to.
ConfigNamesMapper::getBaseRoute function core/modules/config_translation/src/ConfigNamesMapper.php Returns the base route object the mapper is attached to.
ConfigNamesMapper::getBaseRouteName function core/modules/config_translation/src/ConfigNamesMapper.php Returns the name of the base route the mapper is attached to.
ConfigNamesMapper::getBaseRouteParameters function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route parameters for the base route the mapper is attached to.
ConfigNamesMapper::getConfigData function core/modules/config_translation/src/ConfigNamesMapper.php Returns an array with all configuration data.
ConfigNamesMapper::getConfigNames function core/modules/config_translation/src/ConfigNamesMapper.php Returns an array of configuration names for the mapper.
ConfigNamesMapper::getContextualLinkGroup function core/modules/config_translation/src/ConfigNamesMapper.php Returns the name of the contextual link group to add contextual links to.
ConfigNamesMapper::getDeleteRoute function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route object for the translation deletion route.
ConfigNamesMapper::getDeleteRouteName function core/modules/config_translation/src/ConfigNamesMapper.php Returns route name for the translation deletion route.
ConfigNamesMapper::getDeleteRouteParameters function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route parameters for the translation deletion route.
ConfigNamesMapper::getEditRoute function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route object for a translation edit form route.
ConfigNamesMapper::getEditRouteName function core/modules/config_translation/src/ConfigNamesMapper.php Returns route name for the translation edit form route.
ConfigNamesMapper::getEditRouteParameters function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route parameters for the translation edit form route.
ConfigNamesMapper::getLangcode function core/modules/config_translation/src/ConfigNamesMapper.php Returns the original language code of the configuration.
ConfigNamesMapper::getLangcodeFromConfig function core/modules/config_translation/src/ConfigNamesMapper.php Returns the language code of a configuration object given its name.
ConfigNamesMapper::getOperations function core/modules/config_translation/src/ConfigNamesMapper.php Provides an array of information to build a list of operation links.
ConfigNamesMapper::getOverviewPath function core/modules/config_translation/src/ConfigNamesMapper.php Returns a processed path for the translation overview route.
ConfigNamesMapper::getOverviewRoute function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route object for a translation overview route.
ConfigNamesMapper::getOverviewRouteName function core/modules/config_translation/src/ConfigNamesMapper.php Returns route name for the translation overview route.
ConfigNamesMapper::getOverviewRouteParameters function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route parameters for the translation overview route.
ConfigNamesMapper::getTitle function core/modules/config_translation/src/ConfigNamesMapper.php Returns title of this translation page.

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