Mercurial > hg > isophonics-drupal-site
comparison core/modules/block_content/src/BlockContentForm.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\Entity\ContentEntityForm; | 6 use Drupal\Core\Entity\ContentEntityForm; |
7 use Drupal\Core\Form\FormStateInterface; | 7 use Drupal\Core\Form\FormStateInterface; |
8 | 8 |
9 /** | 9 /** |
10 * Form handler for the custom block edit forms. | 10 * Form handler for the custom block edit forms. |
11 * | |
12 * @internal | |
11 */ | 13 */ |
12 class BlockContentForm extends ContentEntityForm { | 14 class BlockContentForm extends ContentEntityForm { |
13 | 15 |
14 /** | 16 /** |
15 * The block content entity. | 17 * The block content entity. |