You are here

function barcode_install in Barcode 6

Same name and namespace in other branches
  1. 7.2 barcode.install \barcode_install()

@file Implementation of hook_install().

File

./barcode.install, line 7
Implementation of hook_install().

Code

function barcode_install() {
  drupal_load('module', 'content');
  content_notify('install', 'barcode');
}