You are here

Files in Path Filter 7

Primary tabs

File namesort descending Location Namespace Description
pathfilter.info pathfilter.info name = Path Filter description = "Input filter to convert internal paths, such as "internal:node/99", to their corresponding absolute URL or relative path." package = Input filters core = 7.x
pathfilter.install pathfilter.install Provides install and uninstall functions for pathfilter.
pathfilter.module pathfilter.module This filter takes internal Drupal paths in double quotes, written as e.g. "internal:node/99", and replaces them with the appropriate absolute http URL using Drupal's url() function [1]. E.g. for a site located at http://example.com/mysite
pathfilter.test tests/pathfilter.test Tests for Path Filter
README.txt README.txt ----------------------- OVERVIEW ----------------------- Path Filter takes internal drupal paths in double quotes, written as e.g. "internal:node/99", and replaces them with the appropriate absolute URL or path using drupal's url()…

Other projects