function ReactionRuleConfig::updateFromComponent
Overrides RulesUiComponentProviderInterface::updateFromComponent
File
-
src/
Entity/ ReactionRuleConfig.php, line 171
Class
- ReactionRuleConfig
- Reaction rule configuration entity to persistently store configuration.
Namespace
Drupal\rules\EntityCode
public function updateFromComponent(RulesComponent $component) {
// Note that the available context definitions stem from the configured
// events, which are handled separately.
$this->setExpression($component->getExpression());
return $this;
}