You are here

public function ContainerBase::getElementSelectorOptions in YAML Form 8

Get an element's selectors as options.

Parameters

array $element: An element.

Return value

array An array of element selectors.

Overrides YamlFormElementBase::getElementSelectorOptions

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

File

src/Plugin/YamlFormElement/ContainerBase.php, line 86

Class

ContainerBase
Provides a base 'container' class.

Namespace

Drupal\yamlform\Plugin\YamlFormElement

Code

public function getElementSelectorOptions(array $element) {
  return [];
}