public function ResponsiveImageStyleForm::breakpointMappingFormAjax in Drupal 8
Same name and namespace in other branches
- 9 core/modules/responsive_image/src/ResponsiveImageStyleForm.php \Drupal\responsive_image\ResponsiveImageStyleForm::breakpointMappingFormAjax()
Get the form for mapping breakpoints to image styles.
File
- core/
modules/ responsive_image/ src/ ResponsiveImageStyleForm.php, line 213
Class
- ResponsiveImageStyleForm
- Form controller for the responsive image edit/add forms.
Namespace
Drupal\responsive_imageCode
public function breakpointMappingFormAjax($form, FormStateInterface $form_state) {
return $form['keyed_styles'];
}