Skip to main content
API Documentation
Main menu
Paragraphs
TMGMT
You are here
Home
»
API reference
»
8.x-1.x
»
JobItemInterface.php
»
JobItemInterface
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 JobItemInterface::getCountAccepted
Count of all accepted data items.
Return value
int Accepted count.
1 method overrides JobItemInterface::getCountAccepted()
JobItem::getCountAccepted
in src/
Entity/
JobItem.php
Count of all accepted data items.
File
src/
JobItemInterface.php
, line 233
Class
JobItemInterface
Interface for tmgmt_job_item entity.
Namespace
Drupal\tmgmt
Code
public
function
getCountAccepted
();