You are here

public function Broken::ensureMyTable in Views (for Drupal 7) 8.3

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

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

Overrides HandlerBase::ensureMyTable

File

lib/Drupal/views/Plugin/views/filter/Broken.php, line 30
Definition of Drupal\views\Plugin\views\filter\Broken.

Class

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

Namespace

Drupal\views\Plugin\views\filter

Code

public function ensureMyTable() {

  /* No table to ensure! */
}