function BrokenHandlerTrait::ensureMyTable
Ensures that the main table for this handler is in the query.
See also
\Drupal\views\Plugin\views\HandlerBase::ensureMyTable()
File
-
core/
modules/ views/ src/ Plugin/ views/ BrokenHandlerTrait.php, line 36
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.