function Access::operatorForm
Options form subform for setting the operator.
This may be overridden by child classes, and it must define $form['operator'];
Parameters
array $form: An alterable, associative array containing the structure of the form, passed by reference.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
Overrides FilterPluginBase::operatorForm
File
- 
              core/modules/ node/ src/ Plugin/ views/ filter/ Access.php, line 19 
Class
- Access
- Filter by node_access records.
Namespace
Drupal\node\Plugin\views\filterCode
protected function operatorForm(&$form, FormStateInterface $form_state) {
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
