Functions

Primary tabs

Name Location Description Direct uses Stringssort descending
tmgmt_update_8001 ./tmgmt.install Add a field for the HTML tag count.
tmgmt_update_8002 ./tmgmt.install Update the menu parent, to move job to the new translator menu block.
tmgmt_update_8003 ./tmgmt.install Add type field to Job entity.
tmgmt_update_8004 ./tmgmt.install Add continuous job overview.
tmgmt_update_8005 ./tmgmt.install Add job items overview.
tmgmt_update_8006 ./tmgmt.install Add continuous settings configuration field.
tmgmt_update_8007 ./tmgmt.install Updates the state to 'continuous' of all continuous translation jobs.
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_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_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_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_redirect_queue_dequeue Deprecated ./tmgmt.module Dequeues one redirect in the queue and returns that. 2
tmgmt_color_legend ./tmgmt.module Provides color legends for source statuses. 1
tmgmt_color_job_item_legend ./tmgmt.module Provides color legends for job item states. 2
tmgmt_color_job_legend ./tmgmt.module Provides color legends for job states. 1
tmgmt_color_review_legend ./tmgmt.module Provides color legends for job item review form. 1
tmgmt_job_checkout_and_redirect ./tmgmt.module Attempts to checkout a number of jobs and prepare the necessary redirects.
tmgmt_cart_get ./tmgmt.module Returns the cart service.
tmgmt_add_cart_form ./tmgmt.module Adds add to cart form elements. 3
tmgmt_page_attachments ./tmgmt.module Implements hook_page_attachments().
tmgmt_help ./tmgmt.module Implements hook_help().
hook_tmgmt_source_plugin_info_alter ./tmgmt.api.php Alter source plugins information.
hook_tmgmt_source_suggestions ./tmgmt.api.php Return a list of suggested sources for job items.
hook_tmgmt_translator_plugin_info_alter ./tmgmt.api.php Alter information about translator plugins.
hook_tmgmt_job_checkout_before_alter ./tmgmt.api.php Allows to alter job checkout workflow before the default behavior kicks in.
hook_tmgmt_job_checkout_after_alter ./tmgmt.api.php Allows to alter job checkout workflow after the default behavior.
hook_tmgmt_job_before_request_translation ./tmgmt.api.php Allows to alter job checkout workflow before the default behavior.
hook_tmgmt_job_after_request_translation ./tmgmt.api.php Allows to alter job checkout workflow after the default behavior.

Pages

Other projects