public function IndexTidDepthModifier::buildOptionsForm in Views (for Drupal 7) 8.3
Build the options form.
Overrides ArgumentPluginBase::buildOptionsForm
File
- lib/
Views/ taxonomy/ Plugin/ views/ argument/ IndexTidDepthModifier.php, line 28 - Definition of Views\taxonomy\Plugin\views\argument\IndexTidDepthModifier.
Class
- IndexTidDepthModifier
- Argument handler for to modify depth for a previous term.
Namespace
Views\taxonomy\Plugin\views\argumentCode
public function buildOptionsForm(&$form, &$form_state) {
}