Knp\Bundle\KnpBundlesBundle\Repository\BundleRepository::findAllWithOwnersAndContributorsSortedBy PHP Method

findAllWithOwnersAndContributorsSortedBy() public method

Finds all the bundles with their associated owners and contributors, sorted by the specified field
public findAllWithOwnersAndContributorsSortedBy ( string $field ) : Doctrine\Common\Collections\Collection
$field string The name of the field to sort by
return Doctrine\Common\Collections\Collection
    public function findAllWithOwnersAndContributorsSortedBy($field)
    {
        return $this->queryAllWithOwnersAndContributorsSortedBy($field)->execute();
    }