You are here

public function InstapageCmsPluginDrupal7Connector::getOptionsDebugHTML in Instapage plugin 8.3

Same name and namespace in other branches
  1. 7.3 core/connectors/InstapageCmsPluginDrupal7Connector.php \InstapageCmsPluginDrupal7Connector::getOptionsDebugHTML()

Gets the HTML for CMS options.

Return value

string HTML to include in the debug log.

File

core/connectors/InstapageCmsPluginDrupal7Connector.php, line 744

Class

InstapageCmsPluginDrupal7Connector
Class that utilizes native Drupal 7 functions to perform actions like remote requests and DB operations.

Code

public function getOptionsDebugHTML() {
  return '';
}