You are here

public function WebformOptionsCustomInterface::getUrl in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_options_custom/src/WebformOptionsCustomInterface.php \Drupal\webform_options_custom\WebformOptionsCustomInterface::getUrl()

Set a custom options element template URL.

Return value

string A custom options element template URL.

1 method overrides WebformOptionsCustomInterface::getUrl()
WebformOptionsCustom::getUrl in modules/webform_options_custom/src/Entity/WebformOptionsCustom.php
Set a custom options element template URL.

File

modules/webform_options_custom/src/WebformOptionsCustomInterface.php, line 54

Class

WebformOptionsCustomInterface
Provides an interface defining a webform options custom entity.

Namespace

Drupal\webform_options_custom

Code

public function getUrl();