You are here

public function CourseHandler::optionsSubmit in Course 6

Same name and namespace in other branches
  1. 7.2 includes/CourseHandler.inc \CourseHandler::optionsSubmit()
  2. 7 includes/CourseHandler.inc \CourseHandler::optionsSubmit()

Save data somewhere.

This can be overridden. For example, values stored in courseobject sessions need to have priority over those in the database.

1 method overrides CourseHandler::optionsSubmit()
CourseObject::optionsSubmit in includes/course_object.core.inc
Save object configs to cache.

File

includes/course.core.inc, line 184
course.core.inc File for main Course class.

Class

CourseHandler
@file course.core.inc File for main Course class.

Code

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