Neos\Flow\Persistence\RepositoryInterface::findAll PHP Method

findAll() public method

Returns all objects of this repository.
public findAll ( ) : Neos\Flow\Persistence\QueryResultInterface
return Neos\Flow\Persistence\QueryResultInterface The query result
    public function findAll();