ResponsiveImageStyleForm::breakpointMappingFormAjax

public ResponsiveImageStyleForm::breakpointMappingFormAjax($form, FormStateInterface $form_state)

Get the form for mapping breakpoints to image styles.

File

core/modules/responsive_image/src/ResponsiveImageStyleForm.php, line 210

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'];
}
doc_Drupal
2016-10-29 09:38:04
Comments
Leave a Comment

Please login to continue.