You are here

function course_entity_bundle_info in Course 8.2

Same name and namespace in other branches
  1. 8.3 course.module \course_entity_bundle_info()
  2. 3.x course.module \course_entity_bundle_info()

File

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

Code

function course_entity_bundle_info() {
  $bundles['course_object_type']['whatever']['label'] = 'sdfsdf';
  return $bundles;
}