domain_prefix is removed from the 7.x branch
I'm not sure a replacement is designed so no patch
/**
* Allows modules to alter path when rewriting URLs.
*
* This hook will fire for all paths and may be resource-intensive.
* Look at Domain Prefix for best practices implementation. In Domain
* Prefix, we only include this function if we know it is necessary.
*
* @see domain_prefix_init()
* @see hook_url_outbound_alter()
*
...
*
* @ingroup domain_hooks
*/
function hook_domain_path($domain_id, &$path, &$options, $original_path) {
This is not removed by activities through #777230: Hook Changes (d7 cleanup)
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | d7_domain_api_php-2824304-3.patch | 1.1 KB | clemens.tolboom |
Comments
Comment #2
agentrickardEasy enough to remove via a patch.
Comment #3
clemens.tolboomComment #5
agentrickardCommitted!