public function CourseHandler::optionsValidate in Course 7
Same name and namespace in other branches
- 6 includes/course.core.inc \CourseHandler::optionsValidate()
- 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) {
}