Loading src/Plugin/views/field/SimpleMathField.php +8 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,14 @@ class SimpleMathField extends NumericField implements ContainerFactoryPluginInte $this->entityTypeManager = $entityTypeManager; } /** * {@inheritdoc} */ public function usesGroupBy() { return FALSE; } /** * Sets the initial field data at zero. */ Loading Loading
src/Plugin/views/field/SimpleMathField.php +8 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,14 @@ class SimpleMathField extends NumericField implements ContainerFactoryPluginInte $this->entityTypeManager = $entityTypeManager; } /** * {@inheritdoc} */ public function usesGroupBy() { return FALSE; } /** * Sets the initial field data at zero. */ Loading