comparison core/modules/responsive_image/src/ResponsiveImageStyleForm.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
7 use Drupal\Core\Form\FormStateInterface; 7 use Drupal\Core\Form\FormStateInterface;
8 use Symfony\Component\DependencyInjection\ContainerInterface; 8 use Symfony\Component\DependencyInjection\ContainerInterface;
9 9
10 /** 10 /**
11 * Form controller for the responsive image edit/add forms. 11 * Form controller for the responsive image edit/add forms.
12 *
13 * @internal
12 */ 14 */
13 class ResponsiveImageStyleForm extends EntityForm { 15 class ResponsiveImageStyleForm extends EntityForm {
14 16
15 /** 17 /**
16 * The breakpoint manager. 18 * The breakpoint manager.