You are here

public function FeaturesBundleInterface::getAssignmentWeights in Features 8.4

Same name and namespace in other branches
  1. 8.3 src/FeaturesBundleInterface.php \Drupal\features\FeaturesBundleInterface::getAssignmentWeights()

Gets the weights of the assignment methods.

Return value

array An array keyed by assignment method_id with a numeric weight.

See also

\Drupal\features\FeaturesBundleInterface::setAssignmentWeights()

1 method overrides FeaturesBundleInterface::getAssignmentWeights()
FeaturesBundle::getAssignmentWeights in src/Entity/FeaturesBundle.php
Gets the weights of the assignment methods.

File

src/FeaturesBundleInterface.php, line 191

Class

FeaturesBundleInterface
Provides an interface for the FeaturesBundle object.

Namespace

Drupal\features

Code

public function getAssignmentWeights();