public function Broken::ensureMyTable in Views (for Drupal 7) 8.3
Same name in this branch
- 8.3 lib/Drupal/views/Plugin/views/area/Broken.php \Drupal\views\Plugin\views\area\Broken::ensureMyTable()
- 8.3 lib/Drupal/views/Plugin/views/relationship/Broken.php \Drupal\views\Plugin\views\relationship\Broken::ensureMyTable()
- 8.3 lib/Drupal/views/Plugin/views/filter/Broken.php \Drupal\views\Plugin\views\filter\Broken::ensureMyTable()
- 8.3 lib/Drupal/views/Plugin/views/sort/Broken.php \Drupal\views\Plugin\views\sort\Broken::ensureMyTable()
- 8.3 lib/Drupal/views/Plugin/views/argument/Broken.php \Drupal\views\Plugin\views\argument\Broken::ensureMyTable()
- 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/ sort/ Broken.php, line 28 - Definition of Drupal\views\Plugin\views\sort\Broken.
Class
- Broken
- A special handler to take the place of missing or broken handlers.
Namespace
Drupal\views\Plugin\views\sortCode
public function ensureMyTable() {
/* No table to ensure! */
}