You are here

public function ArgumentDefaultPluginBase::buildOptionsForm in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php \Drupal\views\Plugin\views\argument_default\ArgumentDefaultPluginBase::buildOptionsForm()

Provide the default form for setting options.

Overrides PluginBase::buildOptionsForm

3 calls to ArgumentDefaultPluginBase::buildOptionsForm()
Fixed::buildOptionsForm in core/modules/views/src/Plugin/views/argument_default/Fixed.php
Provide the default form for setting options.
QueryParameter::buildOptionsForm in core/modules/views/src/Plugin/views/argument_default/QueryParameter.php
Provide the default form for setting options.
Raw::buildOptionsForm in core/modules/views/src/Plugin/views/argument_default/Raw.php
Provide the default form for setting options.
5 methods override ArgumentDefaultPluginBase::buildOptionsForm()
Fixed::buildOptionsForm in core/modules/views/src/Plugin/views/argument_default/Fixed.php
Provide the default form for setting options.
QueryParameter::buildOptionsForm in core/modules/views/src/Plugin/views/argument_default/QueryParameter.php
Provide the default form for setting options.
Raw::buildOptionsForm in core/modules/views/src/Plugin/views/argument_default/Raw.php
Provide the default form for setting options.
Tid::buildOptionsForm in core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php
Provide the default form for setting options.
User::buildOptionsForm in core/modules/user/src/Plugin/views/argument_default/User.php
Provide the default form for setting options.

File

core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php, line 67

Class

ArgumentDefaultPluginBase
The fixed argument default handler; also used as the base.

Namespace

Drupal\views\Plugin\views\argument_default

Code

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