Computer Science, asked by praloke, 9 months ago

How Drupal weight functions?

Answers

Answered by pinumallasaketh21
0

In Drupal, the order in which a module's hooks get called is dependent on the weight of your module in the system table. You can set a low weight (including negative numbers) to get your module to execute before others. Or, you can set a high weight to execute after other modules.

Answered by AARUSH648411
0

Answer:

Explanation:In Drupal, the order in which a module's hooks get called is dependent on the weight of your module in the system table. You can set a low weight (including negative numbers) to get your module to execute before others. Or, you can set a high weight to execute after other modules.

Similar questions