You are here

function _acquia_purge_are_we_on_acquiacloud in Acquia Purge 7

Same name and namespace in other branches
  1. 6 acquia_purge.module \_acquia_purge_are_we_on_acquiacloud()

DEPRECATED: Determine whether we are running on Acquia Cloud or not.

File

./acquia_purge.deprecated.inc, line 48
Deprecated functions.

Code

function _acquia_purge_are_we_on_acquiacloud() {
  _acquia_purge_deprecated('_acquia_purge_service()->hostingInfo()->isThisAcquiaCloud()');
  return _acquia_purge_service()
    ->hostingInfo()
    ->isThisAcquiaCloud();
}