public function TMGMTJobItemUICart::getJobItemsFromCart in Translation Management Tool 7
Gets job items in the cart.
Return value
TMGMTJobItem[] $items Job items in the cart.
1 call to TMGMTJobItemUICart::getJobItemsFromCart()
- TMGMTJobItemUICart::isSourceItemAdded in ui/
includes/ tmgmt_ui.cart.inc - Checks if the source item has been added into the cart.
File
- ui/
includes/ tmgmt_ui.cart.inc, line 136 - Contains TMGMTJobItemUICart.
Class
- TMGMTJobItemUICart
- Represents a job item cart.
Code
public function getJobItemsFromCart() {
return entity_load('tmgmt_job_item', $this->cart);
}