follow_block |
./follow.module |
Implementation of hook_block(). |
|
|
follow_block_configure |
./follow.module |
Implementation of hook_block_configure(). |
|
|
follow_block_info |
./follow.module |
Implementation of hook_block_info(). |
1 |
|
follow_block_save |
./follow.module |
Implementation of hook_block_save(). |
|
|
follow_block_view |
./follow.module |
Implementation of hook_block_view(). |
|
|
follow_build_query |
./follow.module |
Like drupal_http_build_query() but without urlencodings. |
1 |
|
follow_build_url |
./follow.module |
Build a url for use in the form. |
1 |
|
follow_default_networks |
./follow.module |
Retrieves the default networks available. |
1 |
|
follow_help |
./follow.module |
Implementation of hook_help(). |
|
|
follow_init |
./follow.module |
Implementation of hook_init(). |
|
|
follow_install |
./follow.install |
Implementation of hook_install(). |
|
|
follow_links_form |
./follow.module |
The form for editing follow links. |
|
1 |
follow_links_form_submit |
./follow.module |
Submit handler for the follow_links_form. |
|
|
follow_links_load |
./follow.module |
Loader function for individual links. |
3 |
|
follow_links_user_access |
./follow.module |
Access callback for user follow links editing. |
1 |
1 |
follow_link_delete |
./follow.module |
Deletes a link, given its unique ID. |
1 |
|
follow_link_save |
./follow.module |
Inserts a new link, or updates an existing one. |
1 |
|
follow_link_title |
./follow.module |
Helper function to create a link or block title. |
2 |
|
follow_link_tooltip |
./follow.module |
Default tooltip callback function to format a tooltip for a follow link. |
|
1 |
follow_link_tooltip_newsletter |
./follow.module |
Tooltip for the Newsletter. |
|
1 |
follow_link_tooltip_rss |
./follow.module |
Tooltip for the 'This site' or RSS link. |
|
1 |
follow_menu |
./follow.module |
Implementation of hook_menu(). |
|
|
follow_networks_load |
./follow.module |
Loads all follow networks |
4 |
|
follow_network_regex |
./follow.module |
The default regex callback for a follow network. This simply returns a regular
expression to be used in validating the saved url. |
|
1 |
follow_network_regex_external |
./follow.module |
Verify that a url is� a url. |
|
1 |
follow_network_regex_internal |
./follow.module |
Verify that a url is relative. |
|
1 |
follow_parse_url |
./follow.module |
Split a Drupal path or external link into path and options like a menu link. |
3 |
|
follow_perm |
./follow.module |
Implementation of hook_perm(). |
|
|
follow_preprocess_page |
./follow.module |
Implementation of hook_preprocess_page(). |
|
|
follow_schema |
./follow.install |
Implementation of hook_schema(). |
2 |
|
follow_settings_form |
./follow.module |
Follow settings form. |
|
|
follow_theme |
./follow.module |
Implementation of hook_theme(). |
|
|
follow_uninstall |
./follow.install |
Implementation of hook_uninstall(). |
|
|
follow_update_6000 |
./follow.install |
Update for caching and schema changes. |
|
|
follow_update_6001 |
./follow.install |
Update existing data to the new schema. |
|
|
follow_update_6002 |
./follow.install |
Drop old schema column. |
|
|
follow_update_6003 |
./follow.install |
Add a title field. |
|
|
follow_url_validate |
./follow.module |
Validates the url field to verify it's actually a url. |
|
1 |
hook_follow_networks_alter |
./follow.api.php |
Alter the available networks to the Follow module. |
|
|
theme_follow_link |
./follow.module |
Theme function to print an individual link. |
|
|
theme_follow_links |
./follow.module |
Theme function to output a list of links. |
|
|
theme_follow_links_form |
./follow.module |
Theme the drag-and-drop form. |
|
|
_follow_block_config_links |
./follow.module |
Outputs a list of configuration links for users with appropriate permissions |
1 |
|
_follow_block_content |
./follow.module |
Helper function to build the block content display. |
1 |
|
_follow_block_subject |
./follow.module |
Helper function to build the block title. |
1 |
|
_follow_links_form_link |
./follow.module |
Helper function to create an individual link form element. |
1 |
|