Mercurial > hg > isophonics-drupal-site
comparison core/modules/field/src/FieldStorageConfigInterface.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
31 * | 31 * |
32 * @return array | 32 * @return array |
33 * An array of bundle names. | 33 * An array of bundle names. |
34 */ | 34 */ |
35 public function getBundles(); | 35 public function getBundles(); |
36 | |
37 /** | |
38 * Returns whether the field is deleted or not. | |
39 * | |
40 * @return bool | |
41 * TRUE if the field is deleted. | |
42 */ | |
43 public function isDeleted(); | |
44 | 36 |
45 /** | 37 /** |
46 * Checks if the field storage can be deleted. | 38 * Checks if the field storage can be deleted. |
47 * | 39 * |
48 * @return bool | 40 * @return bool |