redirect_hash() invents this hook, but it's not documented in the api.php file:

  drupal_alter('redirect_hash', $hash, $redirect);

Comments

joachim created an issue. See original summary.

joshi.rohit100’s picture

Assigned: Unassigned » joshi.rohit100
joshi.rohit100’s picture

Assigned: Unassigned » joshi.rohit100
joshi.rohit100’s picture

Assigned: Unassigned » joshi.rohit100
joshi.rohit100’s picture

Status: Active » Needs review
StatusFileSize
new409 bytes
joshi.rohit100’s picture

Assigned: joshi.rohit100 » Unassigned
miteshmap’s picture

Status: Needs review » Reviewed & tested by the community

Patch worked well. But needed descriptions about param.

miteshmap’s picture

miteshmap’s picture

Status: Reviewed & tested by the community » Needs review
StatusFileSize
new543 bytes

Updated params in docs for api.

chris matthews’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: -Novice

The patch in #9 still applies to 7.x-2.x-dev and is now documented in the api.php file so changing the status to RTBC.

alex_optim’s picture

Looks good.

voleger’s picture

Status: Reviewed & tested by the community » Needs work
+++ b/redirect.api.php
@@ -291,5 +291,19 @@ function hook_redirect_alter($redirect) {
+ * @param $hash
...
+ * @param $redirect

Missed type definition for arguments in doc block

alex_optim’s picture

Status: Needs work » Needs review
StatusFileSize
new556 bytes

Now, looks good.

voleger’s picture

Status: Needs review » Reviewed & tested by the community

Much better.

pifagor’s picture

  • pifagor committed 22db9d1 on 7.x-2.x authored by alex_optim
    Issue #2631918 by joshi.rohit100, miteshmap, alex_optim, voleger,...

  • pifagor committed 9de6bb0 on 7.x-1.x
    Issue #2631918 by joshi.rohit100, miteshmap, alex_optim, voleger,...
pifagor’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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