You are here

public function ViewsMegarowLinkEdit::query in Views Megarow 8

Called to add the field to a query.

Overrides LinkBase::query

File

src/Plugin/views/field/ViewsMegarowLinkEdit.php, line 32

Class

ViewsMegarowLinkEdit
Field handler to present a link node edit.

Namespace

Drupal\views_megarow\Plugin\views\field

Code

public function query() {

  // do nothing -- to override the parent query.
}