2013-04-15 21:19:00 +00:00
|
|
|
services:
|
|
|
|
book.manager:
|
|
|
|
class: Drupal\book\BookManager
|
2013-09-13 15:12:36 +00:00
|
|
|
arguments: ['@database', '@entity.manager', '@string_translation', '@config.factory']
|
Issue #1938314 by kgoel, mparker17, Kars-T, disasm, tim.plunkett, daffodil_naveen, ygerasimov, jibran, dawehner, wamilton, Letharion | Crell: Convert book_export() to a new-style Controller.
2013-09-02 20:51:11 +00:00
|
|
|
book.export:
|
|
|
|
class: Drupal\book\BookExport
|
|
|
|
arguments: ['@entity.manager']
|
2013-09-21 11:42:43 +00:00
|
|
|
|
|
|
|
access_check.book.removable:
|
|
|
|
class: Drupal\book\Access\BookNodeIsRemovableAccessCheck
|
|
|
|
arguments: ['@book.manager']
|
|
|
|
tags:
|
|
|
|
- { name: access_check }
|