public function Broken::ensureMyTable

Same name in this branch

Ensure the main table for this handler is in the query. This is used a lot.

Overrides HandlerBase::ensureMyTable

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/Broken.php, line 28
Definition of Drupal\views\Plugin\views\relationship\Broken.

Class

Broken
A special handler to take the place of missing or broken handlers.

Namespace

Drupal\views\Plugin\views\relationship

Code

public function ensureMyTable() {

  /* No table to ensure! */
}