public function HeartbeatMessageField::query in Heartbeat 8
Called to add the field to a query.
Overrides FieldPluginBase::query
File
- src/
Plugin/ views/ field/ HeartbeatMessageField.php, line 30  
Class
- HeartbeatMessageField
 - A handler to provide a field that is completely custom by the administrator.
 
Namespace
Drupal\heartbeat\Plugin\views\fieldCode
public function query() {
  // Do nothing -- to override the parent query.
}