You are here

function config_pages_delete_form_wrapper in Config Pages 7

Form callback wrapper: delete a config_pages.

Parameters

$config_pages: The config_pages object being edited by this form.

See also

config_pages_edit_form()

File

./config_pages.admin.inc, line 277
ConfigPages editing UI.

Code

function config_pages_delete_form_wrapper($config_pages) {
  return drupal_get_form('config_pages_delete_form', $config_pages);
}