eZ\Publish\Core\MVC\Symfony\Controller\Controller::getEventDispatcher PHP Метод

getEventDispatcher() публичный Метод

public getEventDispatcher ( ) : Symfony\Component\EventDispatcher\EventDispatcherInterface
Результат Symfony\Component\EventDispatcher\EventDispatcherInterface
    public function getEventDispatcher()
    {
        return $this->container->get('event_dispatcher');
    }