You are here

function course_ctools_plugin_type in Course 7.2

Same name and namespace in other branches
  1. 7 course.module \course_ctools_plugin_type()

Implements hook_ctools_plugin_type().

Expose the course object access plugins to ctools.

File

./course.module, line 2715
course.module Core functionality for Courses.

Code

function course_ctools_plugin_type() {
  return array(
    'course_object_access' => array(),
  );
}