You are here

public function MaestroEngineEntityIdentifierEditLink::query in Maestro 3.x

Same name and namespace in other branches
  1. 8.2 src/Plugin/views/field/MaestroEngineEntityIdentifierEditLink.php \Drupal\maestro\Plugin\views\field\MaestroEngineEntityIdentifierEditLink::query()

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/MaestroEngineEntityIdentifierEditLink.php, line 21

Class

MaestroEngineEntityIdentifierEditLink
Field handler to generate an edit link to the entity if possible based on user perms.

Namespace

Drupal\maestro\Plugin\views\field

Code

public function query() {

  // No Query to be done.
}