public function FlowLabel::query in CMS Content Sync 2.1.x
Same name and namespace in other branches
- 8 modules/cms_content_sync_views/src/Plugin/views/field/FlowLabel.php \Drupal\cms_content_sync_views\Plugin\views\field\FlowLabel::query()
- 2.0.x modules/cms_content_sync_views/src/Plugin/views/field/FlowLabel.php \Drupal\cms_content_sync_views\Plugin\views\field\FlowLabel::query()
inheritdoc}
Overrides FieldPluginBase::query
File
- modules/
cms_content_sync_views/ src/ Plugin/ views/ field/ FlowLabel.php, line 21
Class
- FlowLabel
- Views Field handler for the flow label.
Namespace
Drupal\cms_content_sync_views\Plugin\views\fieldCode
public function query() {
// Leave empty to avoid a query on this field.
}