You are here

public function CourseObjectAccess::optionsValidate in Course 7.2

Same name and namespace in other branches
  1. 7 includes/CourseObjectAccess.inc \CourseObjectAccess::optionsValidate()

Validate the access form.

1 method overrides CourseObjectAccess::optionsValidate()
CourseObjectAccessGrade::optionsValidate in plugins/course_object_access/grade.inc
Validate the access form.

File

includes/CourseObjectAccess.inc, line 153

Class

CourseObjectAccess
Access handler for CourseObjects.

Code

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