DmitryDulepov\Realurl\Controller\BackendModuleController::getActionName PHP Метод

getActionName() защищенный Метод

Makes action name from the current action method name.
protected getActionName ( ) : string
Результат string
    protected function getActionName()
    {
        return substr($this->actionMethodName, 0, -6);
    }