You are here

function viewfield_install in Viewfield 6

Same name and namespace in other branches
  1. 6.2 viewfield.install \viewfield_install()

Implementation of hook_install().

File

./viewfield.install, line 11
Installation functions.

Code

function viewfield_install() {
  drupal_load('module', 'content');
  content_notify('install', 'viewfield');
}