You are here

function NodeTnidChild::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/translation/Plugin/views/filter/NodeTnidChild.php, line 27
Definition of Views\translation\Plugin\views\filter\NodeTnidChild.

Class

NodeTnidChild
Filter by whether the node is not the original translation.

Namespace

Views\translation\Plugin\views\filter

Code

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