You are here

mailchimp_ecommerce.api.php in Mailchimp E-Commerce 8

Same filename and directory in other branches
  1. 7 mailchimp_ecommerce.api.php

Hooks provided by the Mailchimp eCommerce module.

File

mailchimp_ecommerce.api.php
View source
<?php

/**
 * @file
 * Hooks provided by the Mailchimp eCommerce module.
 */

/**
 * Allows modules to react to the addition of a Mailchimp store.
 *
 * @param object $store
 *   The new store.
 *
 * @see http://developer.mailchimp.com/documentation/mailchimp/reference/ecommerce/stores/#read-get_ecommerce_stores_store_id
 */
function hook_mailchimp_ecommerce_add_store($store) {
}

Functions

Namesort descending Description
hook_mailchimp_ecommerce_add_store Allows modules to react to the addition of a Mailchimp store.