public function IndexTidDepthModifier::buildOptionsForm

Build the options form.

Overrides ArgumentPluginBase::buildOptionsForm

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/IndexTidDepthModifier.php, line 28
Definition of Drupal\taxonomy\Plugin\views\argument\IndexTidDepthModifier.

Class

IndexTidDepthModifier
Argument handler for to modify depth for a previous term.

Namespace

Drupal\taxonomy\Plugin\views\argument

Code

public function buildOptionsForm(&$form, &$form_state) {
}