function pathfilter_install in Path Filter 7
Same name and namespace in other branches
- 5.2 pathfilter.install \pathfilter_install()
- 6.2 pathfilter.install \pathfilter_install()
Implements 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);
}