Postponed
Project:
Path Blacklist
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
2 Jun 2011 at 23:33 UTC
Updated:
12 Feb 2012 at 06:27 UTC
The path module has a full API in drupal 7 (e.g., hook_path_insert()). Best to use this -- rather than hooking into node, taxo, user, etc. CRUD. It means less code that's also more maintainable.
Comments
Comment #1
crookednumber commentedAlas, all such hooks fire only after the drupal_write_record(). So this idea is postponed until there's a hook_path_presave().
Comment #2
crookednumber commentedKeep an eye on #683510: Add hook_path_alter()