You are here

function payment_modules_disabled in Payment 7

Implements hook_modules_disabled().

File

./payment.module, line 829
Hook implementations and shared functions.

Code

function payment_modules_disabled() {
  drupal_static_reset();
}