Which of the following is not valid for service layer?

  • Resides below the domain layer and above the presentation layer.
  • Contains service contracts, which define how the implementation will behave.
  • Provides an easy way to access the REST/SOAP API framework code.
  • Provides a stable API for other modules to call into.

devdocs.magento.com/guides/v2.0/architecture/archi_perspectives/service_layer.html#what-is-a-service-layer

03