You are here

public function ViewsHandlerInterface::setRelationship in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 122
Contains \Drupal\views\Plugin\views\ViewsHandlerInterface.

Class

ViewsHandlerInterface
Provides an interface for all views handlers.

Namespace

Drupal\views\Plugin\views

Code

public function setRelationship();