CodeExplorer getAllCategorySortings example
public function getSortingsOfCategories(array
$categoryIds, ShopContextInterface
$context) { return $this->gateway->
getSortingsOfCategories($categoryIds,
$context);
} /**
* {@inheritdoc}
*/
public function getAllCategorySortings(ShopContextInterface
$context) { return $this->gateway->
getAllCategorySortings($context);
}}