Neos\Flow\Persistence\Doctrine\Repository::findAll PHP Méthode

findAll() public méthode

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