Sulu\Bundle\CategoryBundle\Entity\CategoryRepositoryInterface::findCategoryByIds PHP Method

findCategoryByIds() public method

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
return Sulu\Bundle\CategoryBundle\Entity\CategoryInterface[]
    public function findCategoryByIds(array $ids);