You are here

service entity.bundle_config_import_validator in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \entity.bundle_config_import_validator

Class

Drupal\Core\Entity\Event\BundleConfigImportValidate

Tags

  • event_subscriber

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Entity\Event\BundleConfigImportValidate
  2. arguments:
  3. - '@config.manager'
  4. - '@entity_type.manager'
  5. tags:
  6. - { name: event_subscriber }