field.services.yml

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

File

core/modules/field/field.services.yml

View source
  1. services:
  2. field.uninstall_validator:
  3. class: Drupal\field\FieldUninstallValidator
  4. tags:
  5. - { name: module_install.uninstall_validator }
  6. arguments: ['@entity_type.manager', '@string_translation', '@plugin.manager.field.field_type']
  7. lazy: true

Services

Title Deprecated Summary
field.uninstall_validator Drupal\field\FieldUninstallValidator

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