You are here

public function TMGMTJobItem::getCountAccepted in Translation Management Tool 7

Count of all accepted data items.

Return value

Accepted count

File

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

Class

TMGMTJobItem
Entity class for the tmgmt_job entity.

Code

public function getCountAccepted() {
  return $this->count_accepted;
}