Not quite what I am doing but basically I need to know which hook fires because the database processes have to be in a certain order otherwise table and fields information may not exist and be called for in the process. I thought that there may be some way of creating SQL on the fly also if this order was known.
On 2/22/06, Moshe Weitzman <weitzman@tejasa.com> wrote:
> in HEAD Drupal, this order can be customized via the system table. see
> the weight column. module_list() uses that ordering for its hook
> invocations.
Is this configurable on any admin screens or only in the DB?
I'm assuming if one develops a specific module that should run last it
can have in it's hook_install() a query that sets it weight to 10 or
something, right?
ted