Skip to main content
API Documentation
Main menu
Paragraphs
TMGMT
You are here
Home
»
API reference
»
8.x-1.x
»
ItemCount.php
»
ItemCount
Search 8.x-1.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
8.x-1.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Deprecated
public function ItemCount::usesGroupBy
File
translators/
tmgmt_local/
src/
Plugin/
views/
field/
ItemCount.php
, line 52
Class
ItemCount
Field handler to show the amount of job items per task.
Namespace
Drupal\tmgmt_local\Plugin\views\field
Code
public
function
usesGroupBy
() {
return
FALSE
; }