You are here

public function JSONDataField::usesGroupBy in JSON Field 8

Provides the handler some groupby.

Overrides HandlerBase::usesGroupBy

File

src/Plugin/views/field/JSONDataField.php, line 51

Class

JSONDataField
Field handler to present JSON data to an entity "data" display.

Namespace

Drupal\json_field\Plugin\views\field

Code

public function usesGroupBy() {
  return FALSE;
}