drupal/core/modules/book/book.services.yml

8 lines
193 B
YAML

services:
book.manager:
class: Drupal\book\BookManager
arguments: ['@database', '@entity.manager']
book.export:
class: Drupal\book\BookExport
arguments: ['@entity.manager']