public function Course::getUrl in Course 6
Same name and namespace in other branches
- 7.2 includes/Course.inc \Course::getUrl()
- 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";
}