- Issue created by @loze
- πΊπΈUnited States loze Los Angeles
MR16 gets this module working with publication_date for me.
- πΊπΈUnited States bluegeek9
In Drupal, the module weight controls the order in which hooks are executed, with the weight determining the priority. Modules with a lower weight (e.g., -10) will have their hooks run before those with higher weights (e.g., 10). By adjusting a module's weight, you can influence the sequence of hook executions, allowing more control over the system's behavior during page requests or other operations.
- πΊπΈUnited States bluegeek9
In another issue, we change the hook_views_data_alter. Instead of altering an existing views field, we add a new field.
π Views Schema Active
- Status changed to Needs review
about 2 months ago 2:42pm 28 August 2025 - π©πͺGermany Anybody Porta Westfalica
@bluegeek9 see https://www.drupal.org/node/3442349 β and https://www.drupal.org/node/3485896 β . With OOP Hooks ordering is now a lot cleaner and easier, if it helps.