annotate core/modules/field/field.services.yml @ 5:12f9dff5fda9
tip
Update to Drupal core 8.7.1
author |
Chris Cannam |
date |
Thu, 09 May 2019 15:34:47 +0100 |
parents |
c75dbcec494b |
children |
|
rev |
line source |
Chris@0
|
1 services:
|
Chris@0
|
2 field.uninstall_validator:
|
Chris@0
|
3 class: Drupal\field\FieldUninstallValidator
|
Chris@0
|
4 tags:
|
Chris@0
|
5 - { name: module_install.uninstall_validator }
|
Chris@0
|
6 arguments: ['@entity_type.manager', '@string_translation', '@plugin.manager.field.field_type']
|
Chris@0
|
7 lazy: true
|