- 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