GitHub

DaffMagentoNavigationService

Service

import { DaffMagentoNavigationService } from '@daffodil/navigation/driver/magento'

@Injectable()
class DaffMagentoNavigationService implements DaffNavigationServiceInterface<DaffNavigationTree> {
  getTree(): any
  get(categoryId: string): any
}

() Methods

getTree
any

Requests the entire top-level navigation tree.

get
any

Requests a specific navigation item by ID.

Parameters
ParametercategoryId: string
Description