constant TMGMT_JOB_LABEL_MAX_LENGTH in Translation Management Tool 7
Maximum length of a job or job item label.
Related topics
4 uses of TMGMT_JOB_LABEL_MAX_LENGTH
- TMGMTCRUDTestCase::testAddingTranslatedData in tests/
tmgmt.crud.test - Tests adding translated data and revision handling.
- TMGMTCRUDTestCase::testJobItems in tests/
tmgmt.crud.test - Test crud operations of job items.
- TMGMTJob::defaultLabel in entity/
tmgmt.entity.job.inc - Defines the entity label if the 'entity_class_label' callback is used.
- TMGMTJobItem::defaultLabel in entity/
tmgmt.entity.job_item.inc - Defines the entity label if the 'entity_class_label' callback is used.
File
- ./
tmgmt.module, line 120 - Main module file for the Translation Management module.
Code
define('TMGMT_JOB_LABEL_MAX_LENGTH', 128);