You are here

public function CourseHandler::optionsSubmit in Course 7

Same name and namespace in other branches
  1. 6 includes/course.core.inc \CourseHandler::optionsSubmit()
  2. 7.2 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/CourseObject.inc
Save object configs to cache.

File

includes/CourseHandler.inc, line 161

Class

CourseHandler
Master class for anything Course related.

Code

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