You are here

public function CourseObject::getEditUrl in Course 6

Same name and namespace in other branches
  1. 7.2 includes/CourseObject.inc \CourseObject::getEditUrl()
  2. 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/course_object.core.inc
Get core options summary.
1 method overrides CourseObject::getEditUrl()
CourseObjectNode::getEditUrl in includes/course_object.core.inc
Get the URL to edit this course object, if any.

File

includes/course_object.core.inc, line 621

Class

CourseObject
Parent abstract base class of all course objects.

Code

public function getEditUrl() {
}