association-1.0.0-alpha2/modules/association_page/association_page.install
modules/association_page/association_page.install
<?php /** * @file * Drupal hooks for installation, updating and checking requirements. */ /** * Implements hook_install(). */ function association_page_install() { // Ensure that this module's hook_local_tasks_alter() is run after field_ui // module's implementation of the hook. The field_ui module alters the // local tasks and prevents the association_page field management tabs from // appearing where we want them to appear. module_set_weight('association_page', 12); }