You are here

public function SelectForm::query in Entity Browser 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/views/field/SelectForm.php \Drupal\entity_browser\Plugin\views\field\SelectForm::query()

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/SelectForm.php, line 221

Class

SelectForm
Defines a bulk operation form element that works with entity browser.

Namespace

Drupal\entity_browser\Plugin\views\field

Code

public function query() {
}