Sulu\Bundle\CategoryBundle\Entity\CategoryRepositoryInterface::findCategoryByIds PHP Méthode

findCategoryByIds() public méthode

Finds the categories with the given ids.
Deprecation: Use ::findCategoriesByIds instead
public findCategoryByIds ( array $ids ) : Sulu\Bundle\CategoryBundle\Entity\CategoryInterface[]
$ids array The ids to load
Résultat Sulu\Bundle\CategoryBundle\Entity\CategoryInterface[]
    public function findCategoryByIds(array $ids);