You are here

protected function CurrentWorkspace::operatorForm in Multiversion 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/CurrentWorkspace.php, line 19

Class

CurrentWorkspace
Filter by current workspace.

Namespace

Drupal\multiversion\Plugin\views\filter

Code

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