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/area/Broken.php, line 26
Definition of Drupal\views\Plugin\views\area\Broken

Class

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

Namespace

Drupal\views\Plugin\views\area

Code

public function ensureMyTable() {

  /* No table to ensure! */
}