history.services.yml

core/modules/history/history.services.yml

File

core/modules/history/history.services.yml

View source
  1. parameters:
  2. history.skip_procedural_hook_scan: true
  3. services:
  4. history.comment_link_builder:
  5. class: Drupal\history\HistoryCommentLinkBuilder
  6. decorates: 'comment.link_builder'
  7. decoration_on_invalid: ignore
  8. arguments: ['@history.comment_link_builder.inner', '@comment.manager', '@current_user', '@entity_type.manager', '@Drupal\history\HistoryManager']
  9. Drupal\history\HistoryManager:
  10. class: Drupal\history\HistoryManager
  11. autowire: true

Services

Title Deprecated Summary
Drupal\history\HistoryManager Drupal\history\HistoryManager
history.comment_link_builder Drupal\history\HistoryCommentLinkBuilder

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.