Illuminate\Foundation\Support\Providers\EventServiceProvider::listens PHP Method

listens() public method

Get the events and handlers.
public listens ( ) : array
return array
    public function listens()
    {
        return $this->listen;
    }
EventServiceProvider