function Access::operator_form

Options form subform for setting the operator.

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

Overrides FilterPluginBase::operator_form

See also

buildOptionsForm()

File

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

Class

Access
Filter by node_access records.

Namespace

Drupal\node\Plugin\views\filter

Code

function operator_form(&$form, &$form_state) {
}