You are here

public function InstapageCmsPluginDrupal7Connector::check404 in Instapage plugin 8.3

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

Checks (and displays) if a landing page marked as 404 should be displayed instead of normal CMS 404 page.

@uses InstapageCmsPluginDrupal7Connector::checkPage()

File

core/connectors/InstapageCmsPluginDrupal7Connector.php, line 671

Class

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

Code

public function check404() {
  $this
    ->checkPage('404');
}