public function Path::query in Support Ticketing System 8
Called to add the field to a query.
Overrides FieldPluginBase::query
File
- modules/
support_ticket/ src/ Plugin/ views/ field/ Path.php, line 61 - Contains \Drupal\support_ticket\Plugin\views\field\Path.
Class
- Path
- Field handler to present the path to the support ticket.
Namespace
Drupal\support_ticket\Plugin\views\fieldCode
public function query() {
$this
->ensureMyTable();
$this
->addAdditionalFields();
}