You are here

public function PoolLabel::query in CMS Content Sync 2.0.x

Same name and namespace in other branches
  1. 8 modules/cms_content_sync_views/src/Plugin/views/field/PoolLabel.php \Drupal\cms_content_sync_views\Plugin\views\field\PoolLabel::query()
  2. 2.1.x modules/cms_content_sync_views/src/Plugin/views/field/PoolLabel.php \Drupal\cms_content_sync_views\Plugin\views\field\PoolLabel::query()

inheritdoc}

Overrides FieldPluginBase::query

File

modules/cms_content_sync_views/src/Plugin/views/field/PoolLabel.php, line 21

Class

PoolLabel
Views Field handler for the pool label.

Namespace

Drupal\cms_content_sync_views\Plugin\views\field

Code

public function query() {

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