rss_permissions_feed_url_access |
./rss_permissions.module |
This function checks if user has permissions to view a given feed.
The logic is slightly different from rss_permissions_menu_access,
since we only have the feed URL to work with. |
2 |
|
rss_permissions_help |
./rss_permissions.module |
Implementation of hook_help(). |
|
|
rss_permissions_html_head_alter |
./rss_permissions.module |
Implementation of theme_html_head_alter().
Remove RSS link from HEAD, if the user has no permission for that feed. |
|
|
rss_permissions_install |
./rss_permissions.install |
Implementation of hook_install(). |
|
|
rss_permissions_menu_access |
./rss_permissions.module |
Check permissions to access menu callbacks. |
|
1 |
rss_permissions_menu_alter |
./rss_permissions.module |
Implementation of hook_menu_alter(). |
|
|
rss_permissions_permission |
./rss_permissions.module |
Implementation of hook_permission(). |
|
|
rss_permissions_theme_feed_icon |
./rss_permissions.module |
Overriding theme_feed_icon().
Check permission to view the feed before displaying the icon. |
|
1 |
rss_permissions_theme_registry_alter |
./rss_permissions.module |
Implementation of hook_theme_registry_alter to override theme_feed_icon(). |
|
|
rss_permissions_uninstall |
./rss_permissions.install |
Implementation of hook_uninstall(). |
|
|