You are here

public function ArgumentDefaultPluginBase::buildOptionsForm in Views (for Drupal 7) 8.3

Provide the default form for setting options.

Overrides PluginBase::buildOptionsForm

3 calls to ArgumentDefaultPluginBase::buildOptionsForm()
Fixed::buildOptionsForm in lib/Drupal/views/Plugin/views/argument_default/Fixed.php
Provide the default form for setting options.
Php::buildOptionsForm in lib/Drupal/views/Plugin/views/argument_default/Php.php
Provide the default form for setting options.
Raw::buildOptionsForm in lib/Drupal/views/Plugin/views/argument_default/Raw.php
Provide the default form for setting options.
5 methods override ArgumentDefaultPluginBase::buildOptionsForm()
Fixed::buildOptionsForm in lib/Drupal/views/Plugin/views/argument_default/Fixed.php
Provide the default form for setting options.
Php::buildOptionsForm in lib/Drupal/views/Plugin/views/argument_default/Php.php
Provide the default form for setting options.
Raw::buildOptionsForm in lib/Drupal/views/Plugin/views/argument_default/Raw.php
Provide the default form for setting options.
Tid::buildOptionsForm in lib/Views/taxonomy/Plugin/views/argument_default/Tid.php
Provide the default form for setting options.
User::buildOptionsForm in lib/Views/user/Plugin/views/argument_default/User.php
Provide the default form for setting options.

File

lib/Drupal/views/Plugin/views/argument_default/ArgumentDefaultPluginBase.php, line 52
Definition of Drupal\views\Plugin\views\argument_default\ArgumentDefaultPluginBase.

Class

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

Namespace

Drupal\views\Plugin\views\argument_default

Code

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