You are here

public function CustomFile::usesGroupBy in CiviCRM Entity 8.3

Provides the handler some groupby.

Overrides HandlerBase::usesGroupBy

File

src/Plugin/views/field/CustomFile.php, line 32

Class

CustomFile
Display file link base on CiviCRM.

Namespace

Drupal\civicrm_entity\Plugin\views\field

Code

public function usesGroupBy() {
  return FALSE;
}