You are here

public function CourseObject::getViewUrl in Course 8.3

Same name and namespace in other branches
  1. 8.2 src/Entity/CourseObject.php \Drupal\course\Entity\CourseObject::getViewUrl()
  2. 3.x src/Entity/CourseObject.php \Drupal\course\Entity\CourseObject::getViewUrl()

Get the URL to view this course object, if any.

Return value

Url

1 call to CourseObject::getViewUrl()
CourseObject::getOptionsSummary in src/Entity/CourseObject.php
Get core options summary.
1 method overrides CourseObject::getViewUrl()
CourseObjectNode::getViewUrl in modules/course_content/src/Course/Object/CourseObjectNode.php
Get the URL to view this course object, if any.

File

src/Entity/CourseObject.php, line 566

Class

CourseObject
Parent abstract base class of all course objects.

Namespace

Drupal\course\Entity

Code

public function getViewUrl() {
}