nortmas
4/12/2019 - 11:17 AM

Alter the registry of modules implementing a hook.

<?php

/**
 * Implements hook_language_switch_links_alter().
 */
function hook_module_implements_alter(&$implementations, $hook) { 
  // Alter the registry of modules implementing a hook.
}