Flarum\Api\Controller\AbstractSerializeController::getEventDispatcher PHP Method

getEventDispatcher() public static method

public static getEventDispatcher ( ) : Illuminate\Contracts\Events\Dispatcher
return Illuminate\Contracts\Events\Dispatcher
    public static function getEventDispatcher()
    {
        return static::$events;
    }