protected function Access::operatorForm

Options form subform for setting the operator.

This may be overridden by child classes, and it must define $form['operator'];

Overrides FilterPluginBase::operatorForm

See also

buildOptionsForm()

File

drupal/core/modules/node/lib/Drupal/node/Plugin/views/filter/Access.php, line 23
Definition of Drupal\node\Plugin\views\filter\Access.

Class

Access
Filter by node_access records.

Namespace

Drupal\node\Plugin\views\filter

Code

protected function operatorForm(&$form, &$form_state) {
}