You are here

function Status::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/Status.php, line 27
Definition of Views\node\Plugins\views\filter\Status.

Class

Status
Filter by published status.

Namespace

Views\node\Plugin\views\filter

Code

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