JobItem::accepted |
function |
src/Entity/JobItem.php |
Sets the state of the job item to 'accepted'. |
JobItem::isAccepted |
function |
src/Entity/JobItem.php |
Checks whether the state of this transaction is 'accepted'. |
Job::getCountAccepted |
function |
src/Entity/Job.php |
Sums up all accepted counts of this jobs job items. |
JobItem::getCountAccepted |
function |
src/Entity/JobItem.php |
Count of all accepted data items. |
JobItemInterface::accepted |
function |
src/JobItemInterface.php |
Sets the state of the job item to 'accepted'. |
JobItemInterface::isAccepted |
function |
src/JobItemInterface.php |
Checks whether the state of this transaction is 'accepted'. |
TMGMT_DATA_ITEM_STATE_ACCEPTED |
constant |
./tmgmt.module |
The translation data item has been reviewed. |
JobInterface::getCountAccepted |
function |
src/JobInterface.php |
Sums up all accepted counts of this jobs job items. |
JobItemInterface::STATE_ACCEPTED |
constant |
src/JobItemInterface.php |
The translation job item has been reviewed and accepted. |
JobItemInterface::getCountAccepted |
function |
src/JobItemInterface.php |
Count of all accepted data items. |
TranslatorPluginBase::acceptedDataItem |
function |
src/TranslatorPluginBase.php |
Accept a single data item. |
TranslatorPluginInterface::acceptedDataItem |
function |
src/TranslatorPluginInterface.php |
Accept a single data item. |