You are here

function pathfilter_install in Path Filter 6.2

Same name and namespace in other branches
  1. 5.2 pathfilter.install \pathfilter_install()
  2. 7 pathfilter.install \pathfilter_install()

Implementation of hook_install()

File

./pathfilter.install, line 14
Provides install and uninstall functions for pathfilter.

Code

function pathfilter_install() {
  $allowed_protocols = _pathfilter_allowed_protocol_helper();
  variable_set('filter_allowed_protocols', $allowed_protocols);
}