You are here

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

Get options (YAML) as an associative array.

Return value

array|bool Images as an associative array. Returns FALSE if options YAML is invalid.

1 method overrides WebformOptionsCustomInterface::getOptions()
WebformOptionsCustom::getOptions in modules/webform_options_custom/src/Entity/WebformOptionsCustom.php
Get options (YAML) as an associative array.

File

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

Class

WebformOptionsCustomInterface
Provides an interface defining a webform options custom entity.

Namespace

Drupal\webform_options_custom

Code

public function getOptions();