Crud\Core\ProxyTrait::_crud PHP Method

_crud() protected method

Proxy method for $this->_container->_crud
protected _crud ( ) : CrudComponent
return Crud\Controller\Component\CrudComponent
    protected function _crud()
    {
        if (!$this->_controller->Crud) {
            return $this->_controller->components()->load('Crud.Crud');
        }
        return $this->_controller->Crud;
    }