Mercurial > hg > isophonics-drupal-site
comparison core/modules/field/src/Entity/FieldConfig.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 1fec387a4317 |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
13 * Defines the Field entity. | 13 * Defines the Field entity. |
14 * | 14 * |
15 * @ConfigEntityType( | 15 * @ConfigEntityType( |
16 * id = "field_config", | 16 * id = "field_config", |
17 * label = @Translation("Field"), | 17 * label = @Translation("Field"), |
18 * label_collection = @Translation("Fields"), | |
19 * label_singular = @Translation("field"), | |
20 * label_plural = @Translation("fields"), | |
21 * label_count = @PluralTranslation( | |
22 * singular = "@count field", | |
23 * plural = "@count fields", | |
24 * ), | |
18 * handlers = { | 25 * handlers = { |
19 * "access" = "Drupal\field\FieldConfigAccessControlHandler", | 26 * "access" = "Drupal\field\FieldConfigAccessControlHandler", |
20 * "storage" = "Drupal\field\FieldConfigStorage" | 27 * "storage" = "Drupal\field\FieldConfigStorage" |
21 * }, | 28 * }, |
22 * config_prefix = "field", | 29 * config_prefix = "field", |