Mercurial > hg > isophonics-drupal-site
comparison core/modules/config/src/Form/ConfigSync.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 | c2387f117808 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
19 use Symfony\Component\EventDispatcher\EventDispatcherInterface; | 19 use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
20 use Symfony\Component\DependencyInjection\ContainerInterface; | 20 use Symfony\Component\DependencyInjection\ContainerInterface; |
21 | 21 |
22 /** | 22 /** |
23 * Construct the storage changes in a configuration synchronization form. | 23 * Construct the storage changes in a configuration synchronization form. |
24 * | |
25 * @internal | |
24 */ | 26 */ |
25 class ConfigSync extends FormBase { | 27 class ConfigSync extends FormBase { |
26 | 28 |
27 /** | 29 /** |
28 * The database lock object. | 30 * The database lock object. |