public function Link::query in Simplenews 8
Same name and namespace in other branches
- 8.2 src/Plugin/views/field/Link.php \Drupal\simplenews\Plugin\views\field\Link::query()
- 3.x src/Plugin/views/field/Link.php \Drupal\simplenews\Plugin\views\field\Link::query()
Called to add the field to a query.
Overrides FieldPluginBase::query
File
- src/
Plugin/ views/ field/ Link.php, line 53
Class
- Link
- Field handler to present a link to the subscriber.
Namespace
Drupal\simplenews\Plugin\views\fieldCode
public function query() {
$this
->addAdditionalFields();
}