Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children | 12f9dff5fda9 |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
10 * Defines the responsive image style entity. | 10 * Defines the responsive image style entity. |
11 * | 11 * |
12 * @ConfigEntityType( | 12 * @ConfigEntityType( |
13 * id = "responsive_image_style", | 13 * id = "responsive_image_style", |
14 * label = @Translation("Responsive image style"), | 14 * label = @Translation("Responsive image style"), |
15 * label_collection = @Translation("Responsive image styles"), | |
16 * label_singular = @Translation("responsive image style"), | |
17 * label_plural = @Translation("responsive image styles"), | |
18 * label_count = @PluralTranslation( | |
19 * singular = "@count responsive image style", | |
20 * plural = "@count responsive image styles", | |
21 * ), | |
15 * handlers = { | 22 * handlers = { |
16 * "list_builder" = "Drupal\responsive_image\ResponsiveImageStyleListBuilder", | 23 * "list_builder" = "Drupal\responsive_image\ResponsiveImageStyleListBuilder", |
17 * "form" = { | 24 * "form" = { |
18 * "edit" = "Drupal\responsive_image\ResponsiveImageStyleForm", | 25 * "edit" = "Drupal\responsive_image\ResponsiveImageStyleForm", |
19 * "add" = "Drupal\responsive_image\ResponsiveImageStyleForm", | 26 * "add" = "Drupal\responsive_image\ResponsiveImageStyleForm", |