You are here

public function ImageBrowserPreview::query in Image Entity Browser 8

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/ImageBrowserPreview.php, line 41
Contains \Drupal\image_browser\Plugin\views\field.

Class

ImageBrowserPreview
Defines a custom field that renders a preview of a file, for the purposes of.

Namespace

Drupal\image_browser\Plugin\views\field

Code

public function query() {
}