You are here

function _acquia_purge_export_debug_symbols in Acquia Purge 7

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

DEPRECATED: Turn a PHP variable into a string for debugging.

File

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

Code

function _acquia_purge_export_debug_symbols($symbols) {
  _acquia_purge_deprecated('AcquiaPurgeExecutorBase::exportDebugSymbols()');
  return '';
}