예제 #1
0
파일: Rule.php 프로젝트: DrupalTV/DrupalTV
 /**
  * {@inheritdoc}
  */
 public function addAction($action_id, ContextConfig $config = NULL)
 {
     $this->actions->addAction($action_id, $config);
     return $this;
 }