tagcloudss_help |
./tagclouds.module |
Implements hook_help(). |
|
|
tagclouds_block_configure |
./tagclouds.module |
Implements hook_block_configure(). |
|
|
tagclouds_block_info |
./tagclouds.module |
Implements hook_block_info(). |
|
|
tagclouds_block_save |
./tagclouds.module |
Implements hook_block_save(). |
|
|
tagclouds_block_view |
./tagclouds.module |
Implements hook_block_view(). |
|
|
tagclouds_build_weighted_tags |
./tagclouds.module |
API that returns an array with weighted tags. |
1 |
|
tagclouds_display_node_link_count |
./tagclouds.module |
Display Single Tag with Style |
1 |
|
tagclouds_display_node_link_weight |
./tagclouds.module |
|
1 |
|
tagclouds_display_term_link_count |
./tagclouds.module |
|
1 |
|
tagclouds_display_term_link_weight |
./tagclouds.module |
Display Single Tag with Style |
1 |
|
tagclouds_get_tags |
./tagclouds.module |
Function that gets the information from the database, passes it along to the
weight builder and returns these weighted tags. Note that the tags are
unordered at this stage, hence they need ordering either by calling our api
or by your own ordering data. |
3 |
|
tagclouds_init |
./tagclouds.module |
Implements hook_init(). |
|
|
tagclouds_menu |
./tagclouds.module |
Implements hook_menu(). |
|
|
tagclouds_page_chunk |
./tagclouds.module |
Menu callback renders a tagclouds page. |
|
1 |
tagclouds_page_list |
./tagclouds.module |
Menu callback renders a tagclouds page with listed items: each vocabulary. |
|
1 |
tagclouds_settings |
./tagclouds.module |
Menu callback. Admin setting page for tagclouds. |
|
1 |
tagclouds_sort_tags |
./tagclouds.module |
API function to order a set of tags. |
3 |
|
tagclouds_theme |
./tagclouds.module |
Implements hook_theme(). |
|
|
tagclouds_vocs_load |
./tagclouds.module |
Implements hook_load(). |
|
|
theme_tagclouds_list_box |
./tagclouds.module |
Theme function that renders an entry in tagclouds/list/ views. |
|
|
theme_tagclouds_weighted |
./tagclouds.module |
Theme function that renders the HTML for the tags. |
|
|
_tagclouds_sort_by_count |
./tagclouds.module |
|
|
1 |
_tagclouds_sort_by_title |
./tagclouds.module |
Callback for usort, sort by count. |
|
1 |