Skip to content

magento man

Issue with custom extensible entity and getList method from repository

I have a custom extensible entity: interface that extends ExtensibleDataInterface with get and set; model that extends AbstractExtensibleModel with get and set; My GetList method from repository: /** * @param SearchCriteriaInterface $criteria * @return AskQuestionSearchResultsInterface */ public function getList(SearchCriteriaInterface $criteria)… Read More »Issue with custom extensible entity and getList method from repository