You are here

function matrix_enable in Matrix field 6

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

Implementation of hook_enable().

File

./matrix.install, line 24

Code

function matrix_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'matrix');
}