You are here

public function WebformElementInterface::getElementSelectorOptions in Webform 8.5

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

Get an element's selectors as options.

Parameters

array $element: An element.

Return value

array An array of element selectors.

See also

\Drupal\webform\Entity\Webform::getElementsSelectorSourceOption

1 method overrides WebformElementInterface::getElementSelectorOptions()
WebformElementBase::getElementSelectorOptions in src/Plugin/WebformElementBase.php
Get an element's selectors as options.

File

src/Plugin/WebformElementInterface.php, line 776

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function getElementSelectorOptions(array $element);