You are here

public function RuleComponentInterface::setConfiguration in RNG - Events and Registrations 8

Sets the plugin configuration.

Parameters

array $configuration: Mixed configuration

Return value

\Drupal\rng\RuleComponentInterface Return this object for chaining.

1 method overrides RuleComponentInterface::setConfiguration()
RuleComponent::setConfiguration in src/Entity/RuleComponent.php
Sets the plugin configuration.

File

src/RuleComponentInterface.php, line 83

Class

RuleComponentInterface
Provides an interface for rule component entities.

Namespace

Drupal\rng

Code

public function setConfiguration(array $configuration);