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)

Comments

clemens.tolboom created an issue. See original summary.

agentrickard’s picture

Easy enough to remove via a patch.

clemens.tolboom’s picture

Status: Active » Needs review
StatusFileSize
new1.1 KB

agentrickard’s picture

Status: Needs review » Fixed

Committed!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.