You are here

14 calls to CampaignMonitor::addError() in Campaign Monitor 8

CampaignMonitor::createList in src/CampaignMonitor.php
Create a new list at the Campaign Monitor servers. The side-effect is that the local cache is cleared.
CampaignMonitor::deleteList in src/CampaignMonitor.php
Delete a list from Campaign Monitor. This action can not be reverted. The list is also removed from the local cache.
CampaignMonitor::getCampaigns in src/CampaignMonitor.php
Get basic information about campaigns in the form of a keyed array. The information is stored locally in a temporary cache. The array is formatted like this:.
CampaignMonitor::getCustomFields in src/CampaignMonitor.php
Fetch custom fields for a given list, then store this information locally in the list cache. The information is stored as a keyed array on the list array under the "CustomFields" key.
CampaignMonitor::getDrafts in src/CampaignMonitor.php
Get basic information about drafts in the form of a keyed array. The information is stored locally in a temporary cache. The array is formatted like this:.
CampaignMonitor::getExtendedList in src/CampaignMonitor.php
Get all information available about a given list. This is done by calling getLists(), getListDetails() and getCustomFields(), hence building the local list cache.
CampaignMonitor::getListDetails in src/CampaignMonitor.php
Gets list details from Campaign Monitor. This information is retrieved from the local cache and may be outdated. It fetches the unsubscribe link, confirmation success page and confirmed opt-in options.
CampaignMonitor::getLists in src/CampaignMonitor.php
Gets all lists from Campaign Monitor found under the client ID given during object creation. The list is returned as a keyed array and cached in the cache table, so it may not always return the newest information.
CampaignMonitor::getListStats in src/CampaignMonitor.php
Fetch stats about a given list, which includes number of subscribers and unsubscribers. This information is temporarily stored in the local cache. The default timeout is 360 seconds.
CampaignMonitor::getSubscriber in src/CampaignMonitor.php
Get values entered by the subscriber, when she/he subscribed to a given list.
CampaignMonitor::subscribe in src/CampaignMonitor.php
Subscribe a user to a given list, with information entered. If the user is already subscribed to the list, her/his information will be updated with the new values.
CampaignMonitor::unsubscribe in src/CampaignMonitor.php
Unsubscribe a given user, identified by e-mail address, from a given list.
CampaignMonitor::updateList in src/CampaignMonitor.php
Update remote list information. The options array should have the fields "Title", "UnsubscribePage", "ConfirmedOptIn" and "ConfirmationSuccessPage". If you do not wish to set these use an empty string.
CampaignMonitor::updateSubscriberEmail in src/CampaignMonitor.php
Updates the subscriber e-mail address for a given list.