You are here

public function CourseObject::getEditUrl in Course 7

Same name and namespace in other branches
  1. 6 includes/course_object.core.inc \CourseObject::getEditUrl()
  2. 7.2 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 644

Class

CourseObject
Parent abstract base class of all course objects.

Code

public function getEditUrl() {
}