DmitryDulepov\Realurl\Controller\BackendModuleController::getActionName PHP Méthode

getActionName() protected méthode

Makes action name from the current action method name.
protected getActionName ( ) : string
Résultat string
    protected function getActionName()
    {
        return substr($this->actionMethodName, 0, -6);
    }