You are here

function pdf_to_imagefield_install in PDF to ImageField 6

Same name and namespace in other branches
  1. 6.2 pdf_to_imagefield.install \pdf_to_imagefield_install()

Implementation of hook_install().

File

./pdf_to_imagefield.install, line 11
PDF to ImageField install and enable hooks.

Code

function pdf_to_imagefield_install() {
  drupal_install_schema('pdf_to_imagefield');
  drupal_load('module', 'content');
  content_notify('install', 'pdf_to_imagefield');
}