public function View::getElementSelectorOptions in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformElement/View.php \Drupal\webform\Plugin\WebformElement\View::getElementSelectorOptions()
Get an element's selectors as options.
Parameters
array $element: An element.
Return value
array An array of element selectors.
Overrides WebformMarkupBase::getElementSelectorOptions
See also
\Drupal\webform\Entity\Webform::getElementsSelectorSourceOption
File
- src/
Plugin/ WebformElement/ View.php, line 181
Class
- View
- Provides a hidden 'view' element.
Namespace
Drupal\webform\Plugin\WebformElementCode
public function getElementSelectorOptions(array $element) {
return [];
}