When does the XFRM Category Api Controller get used?

  • Thread starter Thread starter CStrategies
  • Start date Start date

CStrategies

Guest
Member
I have been working on adding additional filters to the resource list (resource overview) in XFRM. So far, everything is done through XFRM\ConrollerPlugin\Overview and its getResourceFilterInput and applyResourceFilters methods.

But I did note that XFRM\Api\ControllerPlugin\ResourceItem has a method applyResourceListFilters that seems to be a clone of applyResourceFilters. But this method is only called from Api\Controller\Category and...

Read more

Continue reading...
 
Top