You are here

public function WebformOptionsCustomInterface::getTemplate in Webform 8.5

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

Set a custom options element HTML/SVG template.

Return value

string A custom options element HTML/SVG template.

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

File

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

Class

WebformOptionsCustomInterface
Provides an interface defining a webform options custom entity.

Namespace

Drupal\webform_options_custom

Code

public function getTemplate();