Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
tmgmt_help ./tmgmt.module Implements hook_help().
tmgmt_modules_installed ./tmgmt.module Implements hook_modules_installed().
tmgmt_cron ./tmgmt.module Implements hook_cron(). 2
tmgmt_available_languages ./tmgmt.module Returns an array of languages that are available for translation. 8
tmgmt_job_item_load_latest ./tmgmt.module Loads active job entities that have a job item with the identifiers. 9
tmgmt_job_item_load_all_latest ./tmgmt.module Loads all latest job entities that have a job item with the identifiers. 1
tmgmt_job_match_item ./tmgmt.module Returns a job which matches the requested source- and target language by user. If no job exists, a new job object will be created. 3
tmgmt_job_check_finished ./tmgmt.module Checks whether a job is finished by querying the job item table for unfinished job items. 3
tmgmt_job_create ./tmgmt.module Creates a translation job. 33
tmgmt_job_statistics_load ./tmgmt.module Loads an array with the word and status statistics of a job. 2 2
tmgmt_job_statistic ./tmgmt.module Returns a specific statistic of a job. 7
tmgmt_job_item_create ./tmgmt.module Creates a translation job item. 34
tmgmt_message_create ./tmgmt.module Creates a translation job message. 2
tmgmt_translator_load_available ./tmgmt.module Loads all translators that are available and, if a translation job is given, support translations for that job with its current configuration. 2
tmgmt_translator_busy ./tmgmt.module Checks whether a translator with a certain name is busy and therefore can't be modified or deleted. A translator is considered 'busy' if there are jobs attached to it that are in an active state. 1
tmgmt_translator_auto_create ./tmgmt.module Auto creates a translator from a translator plugin definition. 4
tmgmt_translator_labels ./tmgmt.module Returns a list of all available translator labels. 1
tmgmt_translator_labels_flagged ./tmgmt.module Returns a list of flagged translator labels. 1
tmgmt_theme ./tmgmt.module Implements hook_theme().
template_preprocess_tmgmt_data_items_form ./tmgmt.module Preprocess function for tmgmt_data_items_form.
tmgmt_job_checkout_multiple Deprecated ./tmgmt.module Attempts to check out a number of jobs. Performs a number of checks on each job and also allows to alter the behavior through hooks. 1
tmgmt_job_needs_checkout_form Deprecated ./tmgmt.module Check if a job needs a checkout form. The current checks include if there is more than one translator available, if he has settings and if the job has a fixed target language. 1
tmgmt_job_request_translation Deprecated ./tmgmt.module Requests translations for a job and prints messages which have happened since then. 1
tmgmt_write_request_messages ./tmgmt.module Print all messages that occurred since our request to the screen. 7
tmgmt_review_form_element_ajaxid ./tmgmt.module Helper function to output ajaxid. 1
tmgmt_translation_review_form_revert ./tmgmt.module Review form revert action callback. 1
tmgmt_translation_review_form_update_state ./tmgmt.module Callback for the action at the job item review form. 2
tmgmt_translation_review_form_reject_confirm ./tmgmt.module Form callback for the reject confirm form.
tmgmt_redirect_queue_set Deprecated ./tmgmt.module Set a redirect queue that can then be worked through. 2
tmgmt_redirect_queue_destination Deprecated ./tmgmt.module Returns the redirect queue destination. 1
tmgmt_redirect_queue_count Deprecated ./tmgmt.module Returns the amount of entries in the redirect queue.
tmgmt_post_update_json ./tmgmt.post_update.php Converts job item data storage to JSON.
tmgmt_test_tmgmt_job_item_state_definitions_alter tmgmt_test/tmgmt_test.module Implements hook_tmgmt_job_item_state_definitions_alter().
tmgmt_test_tmgmt_translator_info_alter tmgmt_test/tmgmt_test.module Implements hook_tmgmt_translator_info_alter().
tmgmt_test_tmgmt_source_suggestions tmgmt_test/tmgmt_test.module Implements hook_tmgmt_source_suggestions().
tmgmt_test_tmgmt_file_text_processor_plugin_info tmgmt_test/tmgmt_test.module Implements hook_tmgmt_fle_text_processor_plugin_info().
tmgmt_test_tmgmt_data_item_text_output_alter tmgmt_test/tmgmt_test.module Implements hook_tmgmt_data_item_text_output_alter().
tmgmt_test_tmgmt_data_item_text_input_alter tmgmt_test/tmgmt_test.module Implements hook_tmgmt_data_item_text_input_alter().
hook_tmgmt_file_format_plugin_info_alter translators/tmgmt_file/tmgmt_file.api.php Alter file format plugins provided by other modules.
hook_tmgmt_file_text_processor_plugin_info translators/tmgmt_file/tmgmt_file.api.php Provide information about available text processors.
tmgmt_file_drush_command translators/tmgmt_file/tmgmt_file.drush.inc Implements hook_drush_command().
drush_tmgmt_file_tmgmt_translate_import translators/tmgmt_file/tmgmt_file.drush.inc Import XLIFF files from a directory or single file.
tmgmt_file_theme translators/tmgmt_file/tmgmt_file.module Implements hook_theme().
tmgmt_file_import_form_submit translators/tmgmt_file/tmgmt_file.module Import form submit callback. 1
tmgmt_file_tmgmt_job_delete translators/tmgmt_file/tmgmt_file.module Implements hook_tmgmt_job_delete().
tmgmt_file_file_download translators/tmgmt_file/tmgmt_file.module Implements hook_file_download().
tmgmt_language_combination_languages_predefined_list translators/tmgmt_local/skills/tmgmt_language_combination.module Prepares a language code list for a select form item with all languages. 1
tmgmt_local_install translators/tmgmt_local/tmgmt_local.install Implements hook_install().
tmgmt_local_theme translators/tmgmt_local/tmgmt_local.module Implements hook_theme().
tmgmt_local_menu_links_discovered_alter translators/tmgmt_local/tmgmt_local.module Implements hook_menu_links_discovered_alter().

Pages

Other projects