public function Course::getUrl in Course 7
Same name and namespace in other branches
- 6 includes/course.core.inc \Course::getUrl()
- 7.2 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.inc - Generate navigation links.
File
- includes/
Course.inc, line 54
Class
- Course
- An object that holds CourseObjects and tracker functions?
Code
public function getUrl() {
return "node/{$this->nid}/takecourse";
}