You are here

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

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

Called to add the field to a query.

Overrides FieldPluginBase::query

File

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

Class

FieldCollectionViewsHandlerFieldHostEntityPath
Field handler to flag the field_collection_views_host_path.

Namespace

Drupal\field_collection_views\Plugin\views\field

Code

public function query() {

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