You are here

public function MaestroEngineEntityIdentifierEntityLabel::query in Maestro 3.x

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

Called to add the field to a query.

Overrides FieldPluginBase::query

File

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

Class

MaestroEngineEntityIdentifierEntityLabel
Field handler to display the entity label for the entity POINTED TO from the entity identifiers .

Namespace

Drupal\maestro\Plugin\views\field

Code

public function query() {

  // No Query to be done.
}