You are here

public function Webform::urlInfo in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Entity/Webform.php \Drupal\webform\Entity\Webform::urlInfo()

Overriding so that URLs pointing to webform default to 'canonical' submission webform and not the back-end 'edit-form'.

File

src/Entity/Webform.php, line 3059

Class

Webform
Defines the webform entity.

Namespace

Drupal\webform\Entity

Code

public function urlInfo($rel = 'canonical', array $options = []) {
  return parent::urlInfo($rel, $options);
}