function _acquia_purge_export_debug_symbols in Acquia Purge 7
Same name and namespace in other branches
- 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 '';
}