You are here

service features.manager in Features 8.4

Same name and namespace in other branches
  1. 8.3 features.services.yml \features.manager

Class

Drupal\features\FeaturesManager
21 string references to features.manager
AssignmentConfigureForm::create in modules/features_ui/src/Form/AssignmentConfigureForm.php
Instantiates a new instance of this class.
AssignmentExcludeForm::create in modules/features_ui/src/Form/AssignmentExcludeForm.php
Instantiates a new instance of this class.
AssignmentFormBase::create in modules/features_ui/src/Form/AssignmentFormBase.php
Instantiates a new instance of this class.
drush_features_add in drush/features.drush8.inc
Adds a component to a features module.
drush_features_diff in drush/features.drush8.inc
Lists the differences in the package config vs the active store.

... See full list

File

./features.services.yml
features.services.yml

View source
  1. class: Drupal\features\FeaturesManager
  2. arguments:
  3. - '@app.root'
  4. - '@entity_type.manager'
  5. - '@config.factory'
  6. - '@config.storage'
  7. - '@config.manager'
  8. - '@module_handler'
  9. - '@features.config_update'
  10. - '@extension.list.module'