Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 764 Bytes

services.md

File metadata and controls

11 lines (8 loc) · 764 Bytes

Services

When you register an entity as a resource, several services are registered for you. For the app.book resource, the following services are available:

  • app.controller.book - instance of ResourceController;
  • app.factory.book - instance of FactoryInterface;
  • app.repository.book - instance of RepositoryInterface;
  • app.manager.book - alias to an appropriate Doctrine's ObjectManager.

Go back to the documentation's index