Mercurial > hg > isophonics-drupal-site
comparison core/modules/views_ui/src/ViewAddForm.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 |
---|---|
8 use Drupal\views\Plugin\ViewsPluginManager; | 8 use Drupal\views\Plugin\ViewsPluginManager; |
9 use Symfony\Component\DependencyInjection\ContainerInterface; | 9 use Symfony\Component\DependencyInjection\ContainerInterface; |
10 | 10 |
11 /** | 11 /** |
12 * Form controller for the Views edit form. | 12 * Form controller for the Views edit form. |
13 * | |
14 * @internal | |
13 */ | 15 */ |
14 class ViewAddForm extends ViewFormBase { | 16 class ViewAddForm extends ViewFormBase { |
15 | 17 |
16 /** | 18 /** |
17 * The wizard plugin manager. | 19 * The wizard plugin manager. |