function FilterPluginBase::valueValidate
Validate the options form.
1 call to FilterPluginBase::valueValidate()
- FilterPluginBase::validateOptionsForm in core/
modules/ views/ src/ Plugin/ views/ filter/ FilterPluginBase.php - Simple validate handler.
3 methods override FilterPluginBase::valueValidate()
- BooleanOperator::valueValidate in core/
modules/ views/ src/ Plugin/ views/ filter/ BooleanOperator.php - Validate the options form.
- Name::valueValidate in core/
modules/ user/ src/ Plugin/ views/ filter/ Name.php - Validate the options form.
- TaxonomyIndexTid::valueValidate in core/
modules/ taxonomy/ src/ Plugin/ views/ filter/ TaxonomyIndexTid.php - Validate the options form.
File
-
core/
modules/ views/ src/ Plugin/ views/ filter/ FilterPluginBase.php, line 359
Class
- FilterPluginBase
- Base class for Views filters handler plugins.
Namespace
Drupal\views\Plugin\views\filterCode
protected function valueValidate($form, FormStateInterface $form_state) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.