You are here

function Access::operator_form in Views (for Drupal 7) 8.3

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

lib/Views/node/Plugin/views/filter/Access.php, line 26
Definition of Views\node\Plugin\views\filter\Access.

Class

Access
Filter by node_access records.

Namespace

Views\node\Plugin\views\filter

Code

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