1 layout.flexible.inc layout_flexible_template_edit_region_style_ajax($form, &$form_state)

AJAX callback to change the region count.

See also

layout_flexible_template_region_style_select()

File

core/modules/layout/layout.flexible.inc, line 771
Provides configurable (flexible) layout templates.

Code

function layout_flexible_template_edit_region_style_ajax($form, &$form_state) {
  return $form['row_settings'];
}