You are here

iframe_filter.install in Iframe Filter 7

Install, update and uninstall functions for the iframe_filter module.

File

iframe_filter.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the iframe_filter module.
 *
 */

// $Id $

/**
 * Implements hook_install().
 */
function iframe_filter_install() {
  drupal_set_message(t('The iframe filter has been installed. Before this does anything, the iframe filter needs to be added to one or more input formats. Visit the <a href="!url">input format administration</a> to set up this filter.', array(
    '!url' => url('admin/config/content/formats'),
  )), 'warning');
}

Functions

Namesort descending Description
iframe_filter_install Implements hook_install().