GitHub

DaffMagentoNavigationTransformerService

import { DaffMagentoNavigationTransformerService } from '@daffodil/navigation/driver/magento'
@Injectable()
class DaffMagentoNavigationTransformerService implements DaffNavigationTransformerInterface<DaffNavigationTree> {
  transform(node: CategoryNode): DaffNavigationTree
}

Properties

Name Type Description
transform DaffNavigationTree