Neos\Flow\SignalSlot\Dispatcher::getSignals PHP Method

getSignals() public method

Returns all signals with its slots
public getSignals ( ) : array
return array An array of arrays with slot information
    public function getSignals()
    {
        return $this->slots;
    }