diff --git a/core/modules/node/lib/Drupal/node/Plugin/views/field/Link.php b/core/modules/node/lib/Drupal/node/Plugin/views/field/Link.php index a812ac0..8d868d4 100644 --- a/core/modules/node/lib/Drupal/node/Plugin/views/field/Link.php +++ b/core/modules/node/lib/Drupal/node/Plugin/views/field/Link.php @@ -43,6 +43,12 @@ public function buildOptionsForm(&$form, &$form_state) { /** * {@inheritdoc} */ + public function query() { + } + + /** + * {@inheritdoc} + */ public function render(ResultRow $values) { if ($entity = $this->getEntity($values)) { return $this->renderLink($entity, $values);