block_content.services.yml

Same filename in other branches
  1. 9 core/modules/block_content/block_content.services.yml
  2. 8.9.x core/modules/block_content/block_content.services.yml
  3. 10 core/modules/block_content/block_content.services.yml
core/modules/block_content/block_content.services.yml

File

core/modules/block_content/block_content.services.yml

View source
  1. parameters:
  2. block_content.hooks_converted: true
  3. services:
  4. _defaults:
  5. autoconfigure: true
  6. block_content.uuid_lookup:
  7. class: \Drupal\block_content\BlockContentUuidLookup
  8. arguments: ['@cache.bootstrap', '@lock', '@entity_type.manager']
  9. tags:
  10. - { name: needs_destruction }
  11. block_content.bc_subscriber:
  12. class: Drupal\block_content\Routing\RouteSubscriber
  13. arguments: ['@entity_type.manager', '@module_handler']

Services

Title Deprecated Summary
block_content.bc_subscriber Drupal\block_content\Routing\RouteSubscriber
block_content.uuid_lookup \Drupal\block_content\BlockContentUuidLookup
_defaults

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