class Filterer (View source)

Responsible for taking a summary category handle, retrieving all the possible templates available for that handle taking a collection of summary data fields, and returning only those templates that are available given their summary field requirements

Properties

protected EntityManager $entityManager

Methods

__construct(EntityManager $entityManager)

No description

getTemplates(string $categoryHandle, Collection $collection)

No description

Details

__construct(EntityManager $entityManager)

No description

Parameters

EntityManager $entityManager

Template[] getTemplates(string $categoryHandle, Collection $collection)

No description

Parameters

string $categoryHandle
Collection $collection

Return Value

Template[]