public function FeaturesBundleInterface::setAssignmentSettings in Features 8.3
Same name and namespace in other branches
- 8.4 src/FeaturesBundleInterface.php \Drupal\features\FeaturesBundleInterface::setAssignmentSettings()
Sets settings specific to an assignment method.
Parameters
string $method_id: The ID of an assignment method. If NULL, all $settings are given keyed by method_ID.
array $settings: An array of setting values.
See also
\Drupal\features\FeaturesBundleInterface::getAssignmentSettings()
1 method overrides FeaturesBundleInterface::setAssignmentSettings()
- FeaturesBundle::setAssignmentSettings in src/
Entity/ FeaturesBundle.php - Sets settings specific to an assignment method.
File
- src/
FeaturesBundleInterface.php, line 228
Class
- FeaturesBundleInterface
- Provides an interface for the FeaturesBundle object.
Namespace
Drupal\featuresCode
public function setAssignmentSettings($method_id, array $settings);