*/ interface RegroupmentRepositoryInterface extends ObjectRepository { /** * @throws NonUniqueResultException * @throws NoResultException */ public function findOneByName(string $name): ?Regroupment; /** * @return array */ public function findRegroupmentAssociatedToNoCenter(): array; }