GitHub

DaffExternalRouterMagentoDriver

The DaffExternalRouterMagentoDriver is responsible for translating an arbitrary URI into a DaffExternallyResolvableUrl with Magento environments.

import { DaffExternalRouterMagentoDriver } from '@daffodil/external-router/driver/magento/2.4.2'
@Injectable()
class DaffExternalRouterMagentoDriver implements DaffExternalRouterDriverInterface {
  resolve(url: string): Observable<DaffExternallyResolvableUrl>
}

Properties

Name Type Description
resolve Observable<DaffExternallyResolvableUrl>

Resolves a URL with a platform. Returns information about the type of URL.