You are here

public function WebformOptionsCustomInterface::getPreview 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::getPreview()

Get the custom options element preview.

Return value

array The custom options element preview.

1 method overrides WebformOptionsCustomInterface::getPreview()
WebformOptionsCustom::getPreview in modules/webform_options_custom/src/Entity/WebformOptionsCustom.php
Get the custom options element preview.

File

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

Class

WebformOptionsCustomInterface
Provides an interface defining a webform options custom entity.

Namespace

Drupal\webform_options_custom

Code

public function getPreview();