FileCount |
class |
src/Plugin/views/field/FileCount.php |
Field handler which shows the file count for a job or job item. |
ItemCount |
class |
translators/tmgmt_local/src/Plugin/views/field/ItemCount.php |
Field handler to show the amount of job items per task. |
WordCount |
class |
translators/tmgmt_local/src/Plugin/views/field/WordCount.php |
Field handler which shows the word count for a job or job item. |
LoopCount |
class |
translators/tmgmt_local/src/Plugin/views/field/LoopCount.php |
Field handler which shows the word count for a job or job item. |
TagsCount |
class |
src/Plugin/views/field/TagsCount.php |
Field handler which shows the HTML tags count for a job or job item. |
WordCount |
class |
src/Plugin/views/field/WordCount.php |
Field handler which shows the word count for a job or job item. |
FileCount.php |
file |
src/Plugin/views/field/FileCount.php |
|
TagsCount.php |
file |
src/Plugin/views/field/TagsCount.php |
|
WordCount.php |
file |
src/Plugin/views/field/WordCount.php |
|
ItemCount.php |
file |
translators/tmgmt_local/src/Plugin/views/field/ItemCount.php |
|
WordCount.php |
file |
translators/tmgmt_local/src/Plugin/views/field/WordCount.php |
|
LoopCount.php |
file |
translators/tmgmt_local/src/Plugin/views/field/LoopCount.php |
|
JobItem::count |
function |
src/Entity/JobItem.php |
Sums up the counters for accepted, translated and pending items. |
Data::wordCount |
function |
src/Data.php |
Calculates number of words, which a text consists of. |
Data::tagsCount |
function |
src/Data.php |
Calculates number of HTML tags, which a text consists of. |
JobQueue::count |
function |
src/JobQueue.php |
Gets count of remaining jobs in the queue. |
ItemCount::query |
function |
translators/tmgmt_local/src/Plugin/views/field/ItemCount.php |
|
Job::getFileCount |
function |
src/Entity/Job.php |
Sums up all file counts of this jobs job items. |
FileCount::render |
function |
src/Plugin/views/field/FileCount.php |
|
FileCount::access |
function |
src/Plugin/views/field/FileCount.php |
|
Job::getWordCount |
function |
src/Entity/Job.php |
Sums up all word counts of this jobs job items. |
Job::getTagsCount |
function |
src/Entity/Job.php |
Sums up all HTML tags counts of this jobs job items. |
ItemCount::$query |
property |
translators/tmgmt_local/src/Plugin/views/field/ItemCount.php |
Where the $query object will reside. |
WordCount::render |
function |
translators/tmgmt_local/src/Plugin/views/field/WordCount.php |
|
LoopCount::render |
function |
translators/tmgmt_local/src/Plugin/views/field/LoopCount.php |
|
TagsCount::render |
function |
src/Plugin/views/field/TagsCount.php |
|
WordCount::render |
function |
src/Plugin/views/field/WordCount.php |
|
JobItemCart::count |
function |
src/JobItemCart.php |
Gets count of items in the cart. |
Job::getCountPending |
function |
src/Entity/Job.php |
Sums up all pending counts of this jobs job items. |
LocalTaskItem::count |
function |
translators/tmgmt_local/src/Entity/LocalTaskItem.php |
Counts accepted, translated and pending items. |
JobItem::getFileCount |
function |
src/Entity/JobItem.php |
File counts of this job item. |
Job::getCountAccepted |
function |
src/Entity/Job.php |
Sums up all accepted counts of this jobs job items. |
Job::getCountReviewed |
function |
src/Entity/Job.php |
Sums up all reviewed counts of this jobs job items. |
JobItem::getWordCount |
function |
src/Entity/JobItem.php |
Word count of all data items. |
JobItem::getTagsCount |
function |
src/Entity/JobItem.php |
Tags count of all data items. |
ItemCount::usesGroupBy |
function |
translators/tmgmt_local/src/Plugin/views/field/ItemCount.php |
|
Job::getCountTranslated |
function |
src/Entity/Job.php |
Sums up all translated counts of this jobs job items. |
LocalTask::getWordCount |
function |
translators/tmgmt_local/src/Entity/LocalTask.php |
Sums up all word counts of this task job items. |
LocalTask::getLoopCount |
function |
translators/tmgmt_local/src/Entity/LocalTask.php |
Returns loop count of a task. |
JobItem::getCountPending |
function |
src/Entity/JobItem.php |
Count of all pending data items. |
ItemCount::defineOptions |
function |
translators/tmgmt_local/src/Plugin/views/field/ItemCount.php |
|
HelperTest::testWordCount |
function |
tests/src/Kernel/HelperTest.php |
|
JobItem::getCountAccepted |
function |
src/Entity/JobItem.php |
Count of all accepted data items. |
JobItem::getCountReviewed |
function |
src/Entity/JobItem.php |
Count of all accepted data items. |
JobItemForm::htmlTagCount |
function |
src/Form/JobItemForm.php |
Compare the HTML tags of source and translation. |
JobInterface::getFileCount |
function |
src/JobInterface.php |
Sums up all file counts of this jobs job items. |
JobInterface::getWordCount |
function |
src/JobInterface.php |
Sums up all word counts of this jobs job items. |
JobInterface::getTagsCount |
function |
src/JobInterface.php |
Sums up all HTML tags counts of this jobs job items. |
tmgmt_redirect_queue_count |
function |
./tmgmt.module |
Returns the amount of entries in the redirect queue. |
LocalTaskItem::getWordCount |
function |
translators/tmgmt_local/src/Entity/LocalTaskItem.php |
|