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