You are here

public function InstapageCmsPluginDrupal7Connector::getAjaxURL in Instapage plugin 8.3

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

Gets the AJAX URL.

Return value

string AJAX URL.

File

core/connectors/InstapageCmsPluginDrupal7Connector.php, line 525

Class

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

Code

public function getAjaxURL() {
  return $this
    ->getSiteURL() . '/?action=instapage_ajax_call';
}