You are here

service entity.bundle_config_import_validator in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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.manager'
  5. tags:
  6. - { name: event_subscriber }