public function ShurlyShortUrl::query in ShURLy 8
Called to add the field to a query.
Overrides FieldPluginBase::query
File
- src/
Plugin/ views/ field/ ShurlyShortUrl.php, line 71
Class
- ShurlyShortUrl
- Field handler to present a link to the short URL entry.
Namespace
Drupal\shurly\Plugin\views\fieldCode
public function query() {
$this
->ensureMyTable();
$this
->addAdditionalFields();
}