Mercurial > hg > isophonics-drupal-site
comparison core/modules/media/src/MediaForm.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 |
---|---|
5 use Drupal\Core\Entity\ContentEntityForm; | 5 use Drupal\Core\Entity\ContentEntityForm; |
6 use Drupal\Core\Form\FormStateInterface; | 6 use Drupal\Core\Form\FormStateInterface; |
7 | 7 |
8 /** | 8 /** |
9 * Form controller for the media edit forms. | 9 * Form controller for the media edit forms. |
10 * | |
11 * @internal | |
10 */ | 12 */ |
11 class MediaForm extends ContentEntityForm { | 13 class MediaForm extends ContentEntityForm { |
12 | 14 |
13 /** | 15 /** |
14 * {@inheritdoc} | 16 * {@inheritdoc} |