public function IndexTidDepthModifier::buildOptionsForm in Drupal 9
Same name and namespace in other branches
- 8 core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php \Drupal\taxonomy\Plugin\views\argument\IndexTidDepthModifier::buildOptionsForm()
Provide a form to edit options for this plugin.
Overrides ArgumentPluginBase::buildOptionsForm
File
- core/
modules/ taxonomy/ src/ Plugin/ views/ argument/ IndexTidDepthModifier.php, line 20
Class
- IndexTidDepthModifier
- Argument handler for to modify depth for a previous term.
Namespace
Drupal\taxonomy\Plugin\views\argumentCode
public function buildOptionsForm(&$form, FormStateInterface $form_state) {
}