public function CourseObject::getEditUrl in Course 7.2
Same name and namespace in other branches
- 6 includes/course_object.core.inc \CourseObject::getEditUrl()
- 7 includes/CourseObject.inc \CourseObject::getEditUrl()
Get the URL to edit this course object, if any.
Return value
string
1 call to CourseObject::getEditUrl()
- CourseObject::getOptionsSummary in includes/
CourseObject.inc - Get core options summary.
1 method overrides CourseObject::getEditUrl()
- CourseObjectNode::getEditUrl in includes/
CourseObjectNode.inc - Get the URL to edit this course object, if any.
File
- includes/
CourseObject.inc, line 697
Class
- CourseObject
- Parent abstract base class of all course objects.
Code
public function getEditUrl() {
}