You are here

12 calls to course_get_handlers() in Course 6

CourseObject::getTitle in includes/course_object.core.inc
CourseObjectContentTestCase::testContentCourseObjectCreation in modules/course_content/course_content.test
Test course content object creation.
CourseTestCase::setUp in tests/CourseTestCase.test
Generates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…
course_cron in ./course.module
Implements hook_cron().
course_form_alter in ./course.module
Implements hook_form_alter().
course_get_course_object in ./course.module
CourseObject factory. Get a loaded course object from database or build one from arguments.
course_get_course_object_by_id in ./course.module
Get a course object by its identifier.
course_init in ./course.module
Implements hook_init().
course_menu in ./course.module
Implements hook_menu().
course_outline_overview_form in includes/course.outline.inc
Form constructor for course outline form.
course_settings_overview in includes/course.settings.inc
Menu callback: Define the Course settings form.
course_take_course in ./course.module
Take a course.