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 ofResourceController
;app.factory.book
- instance of FactoryInterface;app.repository.book
- instance of RepositoryInterface;app.manager.book
- alias to an appropriate Doctrine'sObjectManager
.