Exemplo n.º 1
0
 /**
  * Sets the Rules component to be stored.
  *
  * @param \Drupal\rules\Engine\RulesComponent $component
  *   The component.
  *
  * @return $this
  */
 public function setComponent(\Drupal\rules\Engine\RulesComponent $component)
 {
     $this->setExpression($component->getExpression());
     $this->setContextDefinitions($component->getContextDefinitions());
     return $this;
 }