public function CourseObject::getViewUrl in Course 3.x
Same name and namespace in other branches
- 8.3 src/Entity/CourseObject.php \Drupal\course\Entity\CourseObject::getViewUrl()
- 8.2 src/Entity/CourseObject.php \Drupal\course\Entity\CourseObject::getViewUrl()
Get the URL to view this course object, if any.
Return value
1 call to CourseObject::getViewUrl()
- CourseObject::getOptionsSummary in src/
Entity/ CourseObject.php - Get core options summary.
4 methods override CourseObject::getViewUrl()
- CourseObjectNode::getViewUrl in modules/
course_content/ src/ Course/ Object/ CourseObjectNode.php - Get the URL to view this course object, if any.
- CourseObjectPoll::getViewUrl in modules/
course_poll/ src/ Plugin/ course/ CourseObject/ CourseObjectPoll.php - Get the URL to view this course object, if any.
- CourseObjectQuiz::getViewUrl in modules/
course_quiz/ src/ Plugin/ course/ CourseObject/ CourseObjectQuiz.php - The view URL of the quiz.
- CourseObjectWebform::getViewUrl in modules/
course_webform/ src/ Plugin/ course/ CourseObject/ CourseObjectWebform.php - Get the URL to view this course object, if any.
File
- src/
Entity/ CourseObject.php, line 609
Class
- CourseObject
- Parent abstract base class of all course objects.
Namespace
Drupal\course\EntityCode
public function getViewUrl() {
}