You are here

public function ActivityAttachments::usesGroupBy in CiviCRM Entity 8.3

Provides the handler some groupby.

Overrides HandlerBase::usesGroupBy

File

src/Plugin/views/field/ActivityAttachments.php, line 31

Class

ActivityAttachments
Display file link base on CiviCRM.

Namespace

Drupal\civicrm_entity\Plugin\views\field

Code

public function usesGroupBy() {
  return FALSE;
}