Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / responsive_image / src / Entity / ResponsiveImageStyle.php
index 5ad9d9530b648c499c03608ccfba6089dd703d42..0b4dfd752f982b2f85b8346edbdf393a8e70c1ef 100644 (file)
@@ -12,6 +12,13 @@ use Drupal\responsive_image\ResponsiveImageStyleInterface;
  * @ConfigEntityType(
  *   id = "responsive_image_style",
  *   label = @Translation("Responsive image style"),
+ *   label_collection = @Translation("Responsive image styles"),
+ *   label_singular = @Translation("responsive image style"),
+ *   label_plural = @Translation("responsive image styles"),
+ *   label_count = @PluralTranslation(
+ *     singular = "@count responsive image style",
+ *     plural = "@count responsive image styles",
+ *   ),
  *   handlers = {
  *     "list_builder" = "Drupal\responsive_image\ResponsiveImageStyleListBuilder",
  *     "form" = {