comparison core/modules/aggregator/src/FeedForm.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children 129ea1e6d783
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
6 use Drupal\Core\Form\FormStateInterface; 6 use Drupal\Core\Form\FormStateInterface;
7 use Drupal\Core\Url; 7 use Drupal\Core\Url;
8 8
9 /** 9 /**
10 * Form handler for the aggregator feed edit forms. 10 * Form handler for the aggregator feed edit forms.
11 *
12 * @internal
11 */ 13 */
12 class FeedForm extends ContentEntityForm { 14 class FeedForm extends ContentEntityForm {
13 15
14 /** 16 /**
15 * {@inheritdoc} 17 * {@inheritdoc}