Mercurial > hg > isophonics-drupal-site
comparison core/modules/update/src/Form/UpdateManagerUpdate.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 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
9 use Drupal\Core\Url; | 9 use Drupal\Core\Url; |
10 use Symfony\Component\DependencyInjection\ContainerInterface; | 10 use Symfony\Component\DependencyInjection\ContainerInterface; |
11 | 11 |
12 /** | 12 /** |
13 * Configure update settings for this site. | 13 * Configure update settings for this site. |
14 * | |
15 * @internal | |
14 */ | 16 */ |
15 class UpdateManagerUpdate extends FormBase { | 17 class UpdateManagerUpdate extends FormBase { |
16 | 18 |
17 /** | 19 /** |
18 * The module handler. | 20 * The module handler. |