You are here

protected function Status::operatorForm in Drupal 8

Same name in this branch
  1. 8 core/modules/node/src/Plugin/views/filter/Status.php \Drupal\node\Plugin\views\filter\Status::operatorForm()
  2. 8 core/modules/media/src/Plugin/views/filter/Status.php \Drupal\media\Plugin\views\filter\Status::operatorForm()
Same name and namespace in other branches
  1. 9 core/modules/node/src/Plugin/views/filter/Status.php \Drupal\node\Plugin\views\filter\Status::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

core/modules/node/src/Plugin/views/filter/Status.php, line 19

Class

Status
Filter by published status.

Namespace

Drupal\node\Plugin\views\filter

Code

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