예제 #1
0
파일: Rule.php 프로젝트: DrupalTV/DrupalTV
 /**
  * {@inheritdoc}
  */
 public function getExpression($uuid)
 {
     $condition = $this->conditions->getExpression($uuid);
     if ($condition) {
         return $condition;
     }
     return $this->actions->getExpression($uuid);
 }