public function Broken::ensureMyTable

Same name in this branch
  1. 9.x drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/Broken.php \Drupal\views\Plugin\views\relationship\Broken::ensureMyTable()
  2. 9.x drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Broken.php \Drupal\views\Plugin\views\field\Broken::ensureMyTable()
  3. 9.x drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Broken.php \Drupal\views\Plugin\views\area\Broken::ensureMyTable()
  4. 9.x drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Broken.php \Drupal\views\Plugin\views\argument\Broken::ensureMyTable()
  5. 9.x drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/Broken.php \Drupal\views\Plugin\views\sort\Broken::ensureMyTable()
  6. 9.x drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Broken.php \Drupal\views\Plugin\views\filter\Broken::ensureMyTable()

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 28
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! */
}