This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/core/modules/field/field.services.yml

8 lines
264 B
YAML
Raw Normal View History

services:
field.uninstall_validator:
class: Drupal\field\FieldUninstallValidator
tags:
- { name: module_install.uninstall_validator }
arguments: ['@entity_type.manager', '@string_translation', '@plugin.manager.field.field_type']
lazy: true