You are here

public function BrokenHandlerTrait::ensureMyTable in Zircon Profile 8

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

Class

BrokenHandlerTrait
A Trait for Views broken handlers.

Namespace

Drupal\views\Plugin\views

Code

public function ensureMyTable() {

  // No table to ensure.
}