You are here

public function ActivityEndDatetime::query in CiviCRM Entity 8.3

Called to add the field to a query.

By default, all needed data is taken from entities loaded by the query plugin. Columns are added only if they are used in groupings.

Overrides EntityField::query

File

src/Plugin/views/field/ActivityEndDatetime.php, line 23

Class

ActivityEndDatetime
Display an activities computed end date.

Namespace

Drupal\civicrm_entity\Plugin\views\field

Code

public function query($use_groupby = FALSE) {

  // There is no query operation.
}