function BrokenHandlerTrait::ensureMyTable
Same name in other branches
- 9 core/modules/views/src/Plugin/views/BrokenHandlerTrait.php \Drupal\views\Plugin\views\BrokenHandlerTrait::ensureMyTable()
- 10 core/modules/views/src/Plugin/views/BrokenHandlerTrait.php \Drupal\views\Plugin\views\BrokenHandlerTrait::ensureMyTable()
- 11.x 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 37
Class
- BrokenHandlerTrait
- A Trait for Views broken handlers.
Namespace
Drupal\views\Plugin\viewsCode
public function ensureMyTable() {
// No table to ensure.
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.