You are here

service config_selector in Configuration selector 8

Same name and namespace in other branches
  1. 8.2 config_selector.services.yml \config_selector

Class

Drupal\config_selector\ConfigSelector
27 string references to config_selector
ActiveEntity::getFromEntity in src/ActiveEntity.php
Gets the active entity from using the details from an entity.
ActiveEntityTest::testGet in tests/src/Kernel/ActiveEntityTest.php
@covers ::get
ActiveEntityTest::testGetFromEntity in tests/src/Kernel/ActiveEntityTest.php
@covers ::getFromEntity
ConfigSelector::selectConfig in src/ConfigSelector.php
Selects configuration to enable and disable after installing a module.
ConfigSelector::setCurrentConfigList in src/ConfigSelector.php
Stores a list of active configuration prior to module installation.

... See full list

File

./config_selector.services.yml
config_selector.services.yml

View source
  1. class: Drupal\config_selector\ConfigSelector
  2. arguments:
  3. - '@config.factory'
  4. - '@config.manager'
  5. - '@entity_type.manager'
  6. - '@logger.channel.config_selector'
  7. - '@state'