X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ffield%2Fsrc%2FEntity%2FFieldConfig.php;fp=web%2Fcore%2Fmodules%2Ffield%2Fsrc%2FEntity%2FFieldConfig.php;h=69be43c2b0c922a55b30386e466883cb89c21c8a;hp=af17eee5b0ae0afbc0afad39a76b92e239211ca5;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/field/src/Entity/FieldConfig.php b/web/core/modules/field/src/Entity/FieldConfig.php index af17eee5b..69be43c2b 100644 --- a/web/core/modules/field/src/Entity/FieldConfig.php +++ b/web/core/modules/field/src/Entity/FieldConfig.php @@ -15,6 +15,13 @@ use Drupal\field\FieldConfigInterface; * @ConfigEntityType( * id = "field_config", * label = @Translation("Field"), + * label_collection = @Translation("Fields"), + * label_singular = @Translation("field"), + * label_plural = @Translation("fields"), + * label_count = @PluralTranslation( + * singular = "@count field", + * plural = "@count fields", + * ), * handlers = { * "access" = "Drupal\field\FieldConfigAccessControlHandler", * "storage" = "Drupal\field\FieldConfigStorage"