You are here

public function ResponsiveImageStyleForm::breakpointMappingFormAjax in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/responsive_image/src/ResponsiveImageStyleForm.php \Drupal\responsive_image\ResponsiveImageStyleForm::breakpointMappingFormAjax()
  2. 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_image

Code

public function breakpointMappingFormAjax($form, FormStateInterface $form_state) {
  return $form['keyed_styles'];
}