You are here

function modr8_settings in modr8 7

Same name and namespace in other branches
  1. 5 modr8.module \modr8_settings()
  2. 6 modr8.module \modr8_settings()

menu callback for settings form.

1 string reference to 'modr8_settings'
modr8_menu in ./modr8.module
Implements hook_menu().

File

./modr8.module, line 128
Easy dedicated content moderation

Code

function modr8_settings() {
  return drupal_get_form('modr8_settings_form');
}