You are here

public function WebformInterface::getElementsSelectorOptions in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::getElementsSelectorOptions()

Get webform element's selectors as options.

Parameters

array $options: (Optional) Options to be appled to element selectors.

Return value

array Webform elements selectors as options.

1 method overrides WebformInterface::getElementsSelectorOptions()
Webform::getElementsSelectorOptions in src/Entity/Webform.php
Get webform element's selectors as options.

File

src/WebformInterface.php, line 802

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function getElementsSelectorOptions(array $options = []);