getModule(); if (! $module instanceof InitProviderInterface && ! method_exists($module, 'init') ) { return; } $module->init($e->getTarget()); } }