You are here

function tmgmt_ui_cart_get in Translation Management Tool 7

Gets the tmgmt cart singleton object.

Return value

TMGMTJobItemUICart The cart object.

File

ui/tmgmt_ui.module, line 294
Common Translation managment UI.

Code

function tmgmt_ui_cart_get() {
  return TMGMTJobItemUICart::getInstance();
}