hook_pathologic_alter |
./pathologic.api.php |
Allow modules to alter a URL Pathologic is about to create. |
|
|
pathologic_filter_info |
./pathologic.module |
Implements hook_filter_info(). |
|
|
pathologic_pathologic_alter |
./pathologic.test |
Implements hook_pathologic_alter(), for testing that functionality. |
|
|
pathologic_update_7000 |
./pathologic.install |
Re-enable Pathologic under Drupal 7, preserving settings from Drupal 6. |
|
|
pathologic_update_7200 |
./pathologic.install |
Convert obsolete "absolute" setting to modern "protocol_style" setting for
each filter instance. |
|
|
_pathologic_content_url |
./pathologic.test |
Wrapper around url() which does HTML entity decoding and encoding. |
1 |
|
_pathologic_filter |
./pathologic.module |
Pathologic filter callback. |
1 |
2 |
_pathologic_replace |
./pathologic.module |
Process and replace paths. preg_replace_callback() callback. |
|
1 |
_pathologic_settings |
./pathologic.module |
Settings callback for Pathologic. |
|
1 |
_pathologic_url_to_protocol_relative |
./pathologic.module |
Convert a full URL with a protocol to a protocol-relative URL. |
2 |
|