You are here

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

Provide the default form form for validating options

Overrides PluginBase::validateOptionsForm

File

lib/Drupal/views/Plugin/views/argument_default/ArgumentDefaultPluginBase.php, line 57
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 validateOptionsForm(&$form, &$form_state) {
}