public function RuleComponentInterface::setConfiguration in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 3.x src/Entity/RuleComponentInterface.php \Drupal\rng\Entity\RuleComponentInterface::setConfiguration()
Sets the plugin configuration.
Parameters
array $configuration: Mixed configuration.
Return value
\Drupal\rng\Entity\RuleComponentInterface Return this object for chaining.
1 method overrides RuleComponentInterface::setConfiguration()
- RuleComponent::setConfiguration in src/
Entity/ RuleComponent.php - Sets the plugin configuration.
File
- src/
Entity/ RuleComponentInterface.php, line 83
Class
- RuleComponentInterface
- Provides an interface for rule component entities.
Namespace
Drupal\rng\EntityCode
public function setConfiguration(array $configuration);