You are here

public function SortableViewsHandle::query in Sortableviews 8

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/SortableViewsHandle.php, line 20

Class

SortableViewsHandle
Renders a draggable handle.

Namespace

Drupal\sortableviews\Plugin\views\field

Code

public function query() {
}