You are here

public function CourseHandler::optionsForm in Course 7

Same name and namespace in other branches
  1. 6 includes/course.core.inc \CourseHandler::optionsForm()
  2. 7.2 includes/CourseHandler.inc \CourseHandler::optionsForm()

Handlers can declare a form.

1 call to CourseHandler::optionsForm()
CourseObject::optionsForm in includes/CourseObject.inc
Default options form for all course objects.
1 method overrides CourseHandler::optionsForm()
CourseObject::optionsForm in includes/CourseObject.inc
Default options form for all course objects.

File

includes/CourseHandler.inc, line 144

Class

CourseHandler
Master class for anything Course related.

Code

public function optionsForm(&$form, &$form_state) {
}