You are here

Functions in Campaign Monitor 5.2

Primary tabs

Namesort descending Location Description Direct uses Strings
array2xml lib/CMBase.php Converts an array to XML. This is the inverse to xml2array(). Values are automatically escaped with htmlentities(), so you don't need to escape values ahead of time. If you have, just set the third parameter to false. This is an all-or-nothing deal. 1
campaignmonitor_admin ./campaignmonitor.module 1
campaignmonitor_block ./campaignmonitor.module Implementation of hook_block()
campaignmonitor_form_alter ./campaignmonitor.module Implementation of hook_form_alter()
campaignmonitor_form_submit ./campaignmonitor.module
campaignmonitor_general_form ./campaignmonitor.module 1
campaignmonitor_general_form_submit ./campaignmonitor.module
campaignmonitor_help ./campaignmonitor.module Implementation of hook_help()
campaignmonitor_menu ./campaignmonitor.module Implementation of hook_menu()
campaignmonitor_newsletter_archive ./campaignmonitor.module 1
campaignmonitor_perm ./campaignmonitor.module Implementation of hook_perm()
campaignmonitor_signup_block ./campaignmonitor.module 1
campaignmonitor_uninstall ./campaignmonitor.install @file Install file for the Campaign Monitor module
campaignmonitor_user_form ./campaignmonitor.module 1
campaignmonitor_user_form_submit ./campaignmonitor.module
campaignmonitor_user_page ./campaignmonitor.module 1
xml2array lib/CMBase.php Converts an XML document to an array. Note that this only recognizes element names (which become keys) and text data (which become values)--attributes are not saved. Note also that if two or more elements exist at the same depth, the value for that… 1
_campaignmonitor_add_subscriber ./campaignmonitor.module 3
_campaignmonitor_get_subscriber ./campaignmonitor.module 1
_campaignmonitor_is_subscribed ./campaignmonitor.module 2
_campaignmonitor_remove_subscriber ./campaignmonitor.module 2

Other projects