You are here

function computed_field_disable in Computed Field 6

Same name and namespace in other branches
  1. 5 computed_field.install \computed_field_disable()

Implementation of hook_disable().

File

./computed_field.install, line 30

Code

function computed_field_disable() {
  drupal_load('module', 'content');
  content_notify('disable', 'computed_field');
}