1.20.x layout.context.admin.inc layout_context_ajax_style($form, $form_state)

AJAX callback to update the context or relationship settings.

File

modules/layout/layout.context.admin.inc, line 268
Administrative functions for custom layout contexts.

Code

function layout_context_ajax_style($form, $form_state) {
  return $form['context_settings'];
}