You are here

public function FieldCollectionViewsHandlerFieldCollectionId::query in Field Collection Views 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/views/field/FieldCollectionViewsHandlerFieldCollectionId.php \Drupal\field_collection_views\Plugin\views\field\FieldCollectionViewsHandlerFieldCollectionId::query()

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/FieldCollectionViewsHandlerFieldCollectionId.php, line 22

Class

FieldCollectionViewsHandlerFieldCollectionId
Field handler to flag the field_collection_views_item_id.

Namespace

Drupal\field_collection_views\Plugin\views\field

Code

public function query() {

  // Leave empty to avoid a query on this field.
}