book.export:
class: Drupal\book\BookExport
arguments: ['@entity.manager', '@book.manager', '@renderer']
Here is the constructor signature.
https://github.com/drupal/core/blob/8.6.1/modules/book/src/BookExport.ph...
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | book_export_service_3003106-4.patch | 537 bytes | dhirendra.mishra |
Comments
Comment #2
chi commentedComment #3
dhirendra.mishra commentedComment #4
dhirendra.mishra commentedKindly find the patch for same.Please review and test my patch.Thanks
Comment #5
googletorp commentedThis was a good find, look good and all is green. RTBC
Comment #7
dhirendra.mishra commentedComment #8
chi commentedTests a green again.
Comment #9
catchCommitted 3c41d0c and pushed to 8.7.x. Thanks!