public function ContentTypeInterface::getViewContentUrl in Opigno group manager 8
Same name and namespace in other branches
- 3.x src/ContentTypeInterface.php \Drupal\opigno_group_manager\ContentTypeInterface::getViewContentUrl()
Get the URL object of the main view page of a specific entity.
Parameters
int $entity_id: The entity ID.
Return value
\Drupal\Core\Url The tool entity URL.
1 call to ContentTypeInterface::getViewContentUrl()
- ContentTypeBase::getStartContentUrl in src/
ContentTypeBase.php - Get the URL object for starting the quiz.
File
- src/
ContentTypeInterface.php, line 22
Class
- ContentTypeInterface
- Interface ContentTypeInterface.
Namespace
Drupal\opigno_group_managerCode
public function getViewContentUrl($entity_id);