2013-04-15 21:19:00 +00:00
|
|
|
services:
|
2013-09-26 08:32:39 +00:00
|
|
|
book.breadcrumb:
|
|
|
|
class: Drupal\book\BookBreadcrumbBuilder
|
2013-10-30 17:31:44 +00:00
|
|
|
arguments: ['@entity.manager', '@access_manager', '@current_user']
|
2013-09-26 08:32:39 +00:00
|
|
|
tags:
|
|
|
|
- { name: breadcrumb_builder, priority: 701 }
|
2013-04-15 21:19:00 +00:00
|
|
|
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:
|
2014-01-01 00:06:09 +00:00
|
|
|
- { name: access_check, applies_to: _access_book_removable }
|