You are here

public function EntityFormField::query in Views Entity Form Field 8

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/EntityFormField.php, line 672

Class

EntityFormField
Defines a views form element for an entity field widget.

Namespace

Drupal\views_entity_form_field\Plugin\views\field

Code

public function query() {

  // Do nothing.
}