You are here

public function TMGMTJobItem::getCountPending in Translation Management Tool 7

Count of all pending data items

Return value

Pending counts

File

entity/tmgmt.entity.job_item.inc, line 358

Class

TMGMTJobItem
Entity class for the tmgmt_job entity.

Code

public function getCountPending() {
  return $this->count_pending;
}