Mercurial > hg > isophonics-drupal-site
comparison core/modules/aggregator/src/Entity/Feed.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 7a779792577d |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
12 * Defines the aggregator feed entity class. | 12 * Defines the aggregator feed entity class. |
13 * | 13 * |
14 * @ContentEntityType( | 14 * @ContentEntityType( |
15 * id = "aggregator_feed", | 15 * id = "aggregator_feed", |
16 * label = @Translation("Aggregator feed"), | 16 * label = @Translation("Aggregator feed"), |
17 * label_collection = @Translation("Aggregator feeds"), | |
18 * label_singular = @Translation("aggregator feed"), | |
19 * label_plural = @Translation("aggregator feeds"), | |
20 * label_count = @PluralTranslation( | |
21 * singular = "@count aggregator feed", | |
22 * plural = "@count aggregator feeds", | |
23 * ), | |
17 * handlers = { | 24 * handlers = { |
18 * "storage" = "Drupal\aggregator\FeedStorage", | 25 * "storage" = "Drupal\aggregator\FeedStorage", |
19 * "storage_schema" = "Drupal\aggregator\FeedStorageSchema", | 26 * "storage_schema" = "Drupal\aggregator\FeedStorageSchema", |
20 * "view_builder" = "Drupal\aggregator\FeedViewBuilder", | 27 * "view_builder" = "Drupal\aggregator\FeedViewBuilder", |
21 * "access" = "Drupal\aggregator\FeedAccessControlHandler", | 28 * "access" = "Drupal\aggregator\FeedAccessControlHandler", |