Neos\Flow\Persistence\Doctrine\Repository::findAll PHP Method

findAll() public method

Finds all entities in the repository.
public findAll ( ) : Neos\Flow\Persistence\QueryResultInterface
return Neos\Flow\Persistence\QueryResultInterface The query result
    public function findAll()
    {
        return $this->createQuery()->execute();
    }