Example #1
0
 /**
  * {@inheritdoc}
  */
 public function addAction($action_id, ContextConfig $config = NULL)
 {
     $this->actions->addAction($action_id, $config);
     return $this;
 }