public function SyncState::query in CMS Content Sync 8
Same name in this branch
- 8 modules/cms_content_sync_views/src/Plugin/views/filter/SyncState.php \Drupal\cms_content_sync_views\Plugin\views\filter\SyncState::query()
- 8 modules/cms_content_sync_views/src/Plugin/views/field/SyncState.php \Drupal\cms_content_sync_views\Plugin\views\field\SyncState::query()
Same name and namespace in other branches
- 2.1.x modules/cms_content_sync_views/src/Plugin/views/field/SyncState.php \Drupal\cms_content_sync_views\Plugin\views\field\SyncState::query()
- 2.0.x modules/cms_content_sync_views/src/Plugin/views/field/SyncState.php \Drupal\cms_content_sync_views\Plugin\views\field\SyncState::query()
inheritdoc}
Overrides FieldPluginBase::query
File
- modules/
cms_content_sync_views/ src/ Plugin/ views/ field/ SyncState.php, line 25
Class
- SyncState
- Views Field handler to check if a entity is pulled.
Namespace
Drupal\cms_content_sync_views\Plugin\views\fieldCode
public function query() {
// Leave empty to avoid a query on this field.
}