You are here

public function FeaturesBundleInterface::getAssignmentSettings in Features 8.4

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

Gets settings specific to an assignment method.

Parameters

string $method_id: The ID of an assignment method. If NULL, return all assignment settings keyed by method_id.

Return value

array An array of settings. Format specific to assignment method.

See also

\Drupal\features\FeaturesBundleInterface::setAssignmentSettings()

1 method overrides FeaturesBundleInterface::getAssignmentSettings()
FeaturesBundle::getAssignmentSettings in src/Entity/FeaturesBundle.php
Gets settings specific to an assignment method.

File

src/FeaturesBundleInterface.php, line 215

Class

FeaturesBundleInterface
Provides an interface for the FeaturesBundle object.

Namespace

Drupal\features

Code

public function getAssignmentSettings($method_id = NULL);