public function ResponsiveImageStyleForm::breakpointMappingFormAjax in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 215 - Contains \Drupal\responsive_image\ResponsiveImageStyleForm.
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'];
}