You are here

public function BrokenHandlerTrait::ensureMyTable in Drupal 8

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

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

See also

\Drupal\views\Plugin\views\HandlerBase::ensureMyTable()

File

core/modules/views/src/Plugin/views/BrokenHandlerTrait.php, line 37

Class

BrokenHandlerTrait
A Trait for Views broken handlers.

Namespace

Drupal\views\Plugin\views

Code

public function ensureMyTable() {

  // No table to ensure.
}