Nwidart\Modules\Commands\GenerateListenerCommand::getEventName PHP Method

getEventName() protected method

protected getEventName ( Module $module )
$module Nwidart\Modules\Module
    protected function getEventName(Module $module)
    {
        return $this->getClassNamespace($module) . "\\" . config('modules.paths.generator.event') . "\\" . $this->option('event');
    }