You are here

public function WebformOptionsInterface::getOptions in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformOptionsInterface.php \Drupal\webform\WebformOptionsInterface::getOptions()

Get options (YAML) as an associative array.

Return value

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

1 method overrides WebformOptionsInterface::getOptions()
WebformOptions::getOptions in src/Entity/WebformOptions.php
Get options (YAML) as an associative array.

File

src/WebformOptionsInterface.php, line 36

Class

WebformOptionsInterface
Provides an interface defining a webform options entity.

Namespace

Drupal\webform

Code

public function getOptions();