* Overriding so that URLs pointing to webform default to 'canonical'
* submission webform and not the back-end 'edit-form'.
*/
publicfunctionurl($rel='canonical',$options=[]){
@trigger_error('Webform::url() function is deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Use \Drupal\webform\Entity\Webform::toUrl() instead. See https://www.drupal.org/project/webform/issues/3251189',E_USER_DEPRECATED);
// Do not remove this override: the default value of $rel is different.
@trigger_error('Webform::urlInfo() function is deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Use \Drupal\webform\Entity\Webform::toUrl() instead. See https://www.drupal.org/project/webform/issues/3251189',E_USER_DEPRECATED);
@trigger_error('Webform::link() function is deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Use \Drupal\webform\Entity\Webform::toLink() instead. See https://www.drupal.org/project/webform/issues/3251189',E_USER_DEPRECATED);