DmitryDulepov\Realurl\Controller\BackendModuleController::getActionName PHP Method

getActionName() protected method

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