function ObjectRepository::findAll

Finds all objects in the repository.

Return value

mixed The objects.

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php, line 46

Class

ObjectRepository
Contract for a Doctrine persistence layer ObjectRepository class to implement.

Namespace

Doctrine\Common\Persistence

Code

function findAll();