You are here

service features_assigner in Features 8.4

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

Class

Drupal\features\FeaturesAssigner
14 string references to features_assigner
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_diff in drush/features.drush8.inc
Lists the differences in the package config vs the active store.
FeaturesAssignTest::setUp in tests/src/Kernel/FeaturesAssignTest.php

... See full list

File

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

View source
  1. class: Drupal\features\FeaturesAssigner
  2. arguments:
  3. - '@features.manager'
  4. - '@plugin.manager.features_assignment_method'
  5. - '@entity_type.manager'
  6. - '@config.factory'
  7. - '@config.storage'
  8. - '%install_profile%'
  9. calls:
  10. - [initFeaturesManager]