You are here

public function FeaturesBundleInterface::getEnabledAssignments in Features 8.4

Same name and namespace in other branches
  1. 8.3 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\features

Code

public function getEnabledAssignments();