function _acquia_purge_get_protocol_schemes in Acquia Purge 7
Same name and namespace in other branches
- 6 acquia_purge.module \_acquia_purge_get_protocol_schemes()
DEPRECATED: Get a list of protocol schemes that will be purged.
File
- ./
acquia_purge.deprecated.inc, line 179 - Deprecated functions.
Code
function _acquia_purge_get_protocol_schemes() {
_acquia_purge_deprecated('_acquia_purge_service()->hostingInfo()->getSchemes()');
return _acquia_purge_service()
->hostingInfo()
->getSchemes();
}