You are here

Functions in Path Filter 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
pathfilter_filter ./pathfilter.module Implementation of hook_filter(). 1
pathfilter_filter_tips ./pathfilter.module Implementation of hook_filter_tips().
pathfilter_install ./pathfilter.install Implementation of hook_install()
pathfilter_nodeapi ./pathfilter.module Modifies submitted node body values. Replaces base_path() in images, hrefs, etc with 'internal:' on save. When editing a node, the body's 'internal:' strings are replaced with 'base_path()'.
pathfilter_uninstall ./pathfilter.install Implementation of hook_uninstall()
pathfilter_update_6101 ./pathfilter.install Fix absolute/relative setting isn't input format-specific
pathfilter_update_6200 ./pathfilter.install Add internal and files to allowed protocol variable.
_pathfilter_allowed_protocol_helper ./pathfilter.install Helper function returns allowed protocols with internal and files added. 3
_pathfilter_base_files_url_re ./pathfilter.module Generates the regular expression that will be used to find a url that should have 'files:'. 1
_pathfilter_base_url_re ./pathfilter.module Generates the regular expression that will be used to find a url that should have 'internal:'. 1
_pathfilter_curry ./pathfilter.module 2
_pathfilter_internalize ./pathfilter.module Internalizes all urls in a string automatically, doing the user's job for them. 1
_pathfilter_process ./pathfilter.module 2
_pathfilter_process_files ./pathfilter.module 1
_pathfilter_process_internal ./pathfilter.module 1
_pathfilter_replace_internal ./pathfilter.module Replaces the internal: and files: in elements with the url for it 1
_pathfilter_replace_links ./pathfilter.module Replaces the links in select node properties (body, teaser, and any textfields that have formatting defined for them) 1
_pathfilter_settings ./pathfilter.module Helper settings function for hook_filter('settings'). 1

Other projects