Skip to main content
API Documentation
Main menu
Paragraphs
TMGMT
You are here
Home
»
API reference
»
8.x-1.x
»
JobItemCart.php
»
JobItemCart
Search 8.x-1.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
8.x-1.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Deprecated
public function JobItemCart::emptyCart
Remove all contents from the cart.
File
src/
JobItemCart.php
, line 134
Class
JobItemCart
Represents a job item cart.
Namespace
Drupal\tmgmt
Code
public
function
emptyCart
() {
$this
->
cart
=
array
(); }