eZ\Publish\Core\MVC\Symfony\Controller\Controller::getEventDispatcher PHP Method

getEventDispatcher() public method

public getEventDispatcher ( ) : Symfony\Component\EventDispatcher\EventDispatcherInterface
return Symfony\Component\EventDispatcher\EventDispatcherInterface
    public function getEventDispatcher()
    {
        return $this->container->get('event_dispatcher');
    }