Example #1
0
 /**
  * {@inheritdoc}
  */
 public function getExpression($uuid)
 {
     $condition = $this->conditions->getExpression($uuid);
     if ($condition) {
         return $condition;
     }
     return $this->actions->getExpression($uuid);
 }