Interface ItemDataPopulatorProvider
- All Known Implementing Classes:
DefaultItemDataPopulatorProvider
public interface ItemDataPopulatorProvider
Interface to provide a list of custom
Populator populators for a given CMSItemModel.-
Method Summary
Modifier and TypeMethodDescriptiongetItemDataPopulators(CMSItemModel itemModel) Interface method to return a list ofPopulatorpopulators given theCMSItemModel.
-
Method Details
-
getItemDataPopulators
Interface method to return a list ofPopulatorpopulators given theCMSItemModel.- Parameters:
itemModel- the CMSItemModel- Returns:
- the list of Populators registered for the
CMSItemModel.
-