You are here

protected function Editable::operatorForm in Views Node Access Filter 8

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

src/Plugin/views/filter/Editable.php, line 60

Class

Editable
Views filter plugin.

Namespace

Drupal\views_node_access_filter\Plugin\views\filter

Code

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