Crud\Core\ProxyTrait::_table PHP Method

_table() protected method

Get a table instance
protected _table ( ) : Table
return Cake\ORM\Table
    protected function _table()
    {
        return $this->_controller()->loadModel(null, $this->config('modelFactory') ?: $this->_controller()->modelType());
    }