You are here

public function CartHandlerInterface::cartExists in Mailchimp E-Commerce 8

Determines if a cart exists in Mailchimp.

Parameters

string $cart_id: The cart ID.

Return value

bool TRUE if cart exists, FALSE otherwise.

1 method overrides CartHandlerInterface::cartExists()
CartHandler::cartExists in src/CartHandler.php
@inheritdoc

File

src/CartHandlerInterface.php, line 19

Class

CartHandlerInterface
Interface for the Cart handler.

Namespace

Drupal\mailchimp_ecommerce

Code

public function cartExists($cart_id);