Esempio n. 1
0
 /**
  * Dispatch hookable events.
  *
  * @param string $name Hook event name.
  * @param Hook   $hook Hook.
  *
  * @return Hook
  */
 public function dispatchHooks($name, Hook $hook)
 {
     return $this->view->getContainer()->get('hook_dispatcher')->dispatch($name, $hook);
 }