public function FeaturesBundleInterface::getEnabledAssignments in Features 8.3
Same name and namespace in other branches
- 8.4 src/FeaturesBundleInterface.php \Drupal\features\FeaturesBundleInterface::getEnabledAssignments()
Gets the list of enabled assignment methods.
Return value
array An array of method IDs keyed by assignment method IDs.
See also
\Drupal\features\FeaturesBundleInterface::setEnabledAssignments()
1 method overrides FeaturesBundleInterface::getEnabledAssignments()
- FeaturesBundle::getEnabledAssignments in src/
Entity/ FeaturesBundle.php - Gets the list of enabled assignment methods.
File
- src/
FeaturesBundleInterface.php, line 170
Class
- FeaturesBundleInterface
- Provides an interface for the FeaturesBundle object.
Namespace
Drupal\featuresCode
public function getEnabledAssignments();