filter_admin_configure_page

Versions
6 – 7
filter_admin_configure_page($format)

Menu callback; display settings defined by a format's filters.

Code

modules/filter/filter.admin.inc, line 287

<?php
function filter_admin_configure_page($format) {
  drupal_set_title(t("Configure %format", array('%format' => $format->name)));
  return drupal_get_form('filter_admin_configure', $format);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.