You are here

public function Course::getUrl in Course 6

Same name and namespace in other branches
  1. 7.2 includes/Course.inc \Course::getUrl()
  2. 7 includes/Course.inc \Course::getUrl()

The Drupal path to take this course.

Return value

string

1 call to Course::getUrl()
Course::getNavigation in includes/course.core.inc
Generate navigation links.

File

includes/course.core.inc, line 429
course.core.inc File for main Course class.

Class

Course
An object that holds CourseObjects and tracker functions?

Code

public function getUrl() {
  return "node/{$this->node->nid}/takecourse";
}