eZ\Publish\Core\Base\Container\ApiLoader\SignalSlot\SignalDispatcherFactory::buildSignalDispatcher PHP Method

buildSignalDispatcher() public method

Build SignalDispatcher for SignalSlots.
public buildSignalDispatcher ( ) : SignalDispatcher
return eZ\Publish\Core\SignalSlot\SignalDispatcher
    public function buildSignalDispatcher()
    {
        return new $this->signalDispatcherClass($this->signalSlotMap);
    }