1 ajax.inc ajax_command_close_modal_dialog()

Provides a shortcut command for closing a modal dialog.

See also

ajax_command_close_dialog()

Related topics

File

core/includes/ajax.inc, line 1414
Functions for use with Backdrop's Ajax framework.

Code

function ajax_command_close_modal_dialog() {
  return ajax_command_close_dialog('#backdrop-modal');
}