comparison core/modules/field/src/FieldUninstallValidator.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
31 31
32 /** 32 /**
33 * Constructs a new FieldUninstallValidator. 33 * Constructs a new FieldUninstallValidator.
34 * 34 *
35 * @param \Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager 35 * @param \Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager
36 * The entity manager. 36 * The entity type manager.
37 * @param \Drupal\Core\StringTranslation\TranslationInterface $string_translation 37 * @param \Drupal\Core\StringTranslation\TranslationInterface $string_translation
38 * The string translation service. 38 * The string translation service.
39 * @param \Drupal\Core\Field\FieldTypePluginManagerInterface $field_type_manager 39 * @param \Drupal\Core\Field\FieldTypePluginManagerInterface $field_type_manager
40 * The field type plugin manager. 40 * The field type plugin manager.
41 */ 41 */