Crud\Core\ProxyTrait::_action PHP Method

_action() protected method

Primarily here to ease unit testing
protected _action ( string | null $name = null ) : BaseAction
$name string | null Action name
return Crud\Action\BaseAction
    protected function _action($name = null)
    {
        return $this->_crud()->action($name);
    }