You are here

function CourseHandler::getId in Course 7.2

Same name and namespace in other branches
  1. 6 includes/course.core.inc \CourseHandler::getId()
  2. 7 includes/CourseHandler.inc \CourseHandler::getId()
10 calls to CourseHandler::getId()
CourseObject::access in includes/CourseObject.inc
Access functionality for course objects.
CourseObject::buildContent in includes/CourseObject.inc
Builds a structured array representing the entity's content.
CourseObject::getReport in includes/CourseObject.inc
Let the course object provide its own reports.
CourseObject::getUrl in includes/CourseObject.inc
Return the URL to the course object router.
CourseObject::isActive in includes/CourseObject.inc

... See full list

File

includes/CourseHandler.inc, line 21

Class

CourseHandler
Master class for anything Course related.

Code

function getId() {
  return $this
    ->identifier();
}