You are here

public function CourseHandler::optionsValidate in Course 7

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

Validate?

1 method overrides CourseHandler::optionsValidate()
CourseObject::optionsValidate in includes/CourseObject.inc
Validate?

File

includes/CourseHandler.inc, line 151

Class

CourseHandler
Master class for anything Course related.

Code

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