You are here

service plugin.manager.features_assignment_method in Features 8.4

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

Class

Drupal\features\FeaturesAssignmentMethodManager
1 string reference to plugin.manager.features_assignment_method
FeaturesBundle::getDefaultSettings in src/Entity/FeaturesBundle.php
Return array of default settings for the given plugin method.

File

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

View source
  1. class: Drupal\features\FeaturesAssignmentMethodManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'