You are here

public function ViewsHandlerInterface::setRelationship in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/ViewsHandlerInterface.php \Drupal\views\Plugin\views\ViewsHandlerInterface::setRelationship()

Called just prior to query(), this lets a handler set up any relationship it needs.

1 method overrides ViewsHandlerInterface::setRelationship()
HandlerBase::setRelationship in core/modules/views/src/Plugin/views/HandlerBase.php
Called just prior to query(), this lets a handler set up any relationship it needs.

File

core/modules/views/src/Plugin/views/ViewsHandlerInterface.php, line 117

Class

ViewsHandlerInterface
Provides an interface for all views handlers.

Namespace

Drupal\views\Plugin\views

Code

public function setRelationship();