You are here

function matrix_disable in Matrix field 6

Same name and namespace in other branches
  1. 6.2 matrix.install \matrix_disable()

Implementation of hook_disable().

File

./matrix.install, line 32

Code

function matrix_disable() {
  drupal_load('module', 'content');
  content_notify('disable', 'matrix');
}