public function ContentBrowserPreview::query in Content Browser 8
Called to add the field to a query.
Overrides FieldPluginBase::query
File
- src/
Plugin/ views/ field/ ContentBrowserPreview.php, line 134
Class
- ContentBrowserPreview
- Defines a custom field that renders a preview of a Content Entity type, and allows for changing field settings with exposed input.
Namespace
Drupal\content_browser\Plugin\views\fieldCode
public function query() {
}