Cake\ElasticSearch\Query::find PHP Method

find() public method

{@inheritDoc}
public find ( $type = 'all', $options = [] ) : Query
return Query
    public function find($type = 'all', $options = [])
    {
        return $this->_repository->callFinder($type, $this, $options);
    }