Frontend\Core\Engine\Base\AjaxAction::getAction PHP Method

getAction() public method

Get the action
public getAction ( ) : string
return string
    public function getAction()
    {
        return $this->action;
    }