Mercurial > hg > isophonics-drupal-site
comparison core/modules/field/src/FieldUninstallValidator.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
83 */ | 83 */ |
84 protected function getFieldStoragesByModule($module) { | 84 protected function getFieldStoragesByModule($module) { |
85 return $this->fieldStorageConfigStorage->loadByProperties(['module' => $module, 'include_deleted' => TRUE]); | 85 return $this->fieldStorageConfigStorage->loadByProperties(['module' => $module, 'include_deleted' => TRUE]); |
86 } | 86 } |
87 | 87 |
88 | |
89 /** | 88 /** |
90 * Returns the label for a specified field type. | 89 * Returns the label for a specified field type. |
91 * | 90 * |
92 * @param string $field_type | 91 * @param string $field_type |
93 * The field type. | 92 * The field type. |