featured_content_add_block_form |
./featured_content.admin.inc |
Display add block form. |
|
1 |
featured_content_add_block_form_submit |
./featured_content.admin.inc |
Save new block. |
|
|
featured_content_add_view_modes |
./featured_content.module |
Add the node view modes to given array. |
1 |
|
featured_content_block_configure |
./featured_content.module |
Implements hook_block_configure(). |
|
|
featured_content_block_info |
./featured_content.module |
Implements hook_block_info(). |
|
|
featured_content_block_save |
./featured_content.module |
Implements hook_block_save(). |
1 |
|
featured_content_block_view |
./featured_content.module |
Implements hook_block_view(). |
1 |
|
featured_content_delete_block |
./featured_content.admin.inc |
Confirm deletion of block. |
|
1 |
featured_content_delete_block_submit |
./featured_content.admin.inc |
Delete block. |
|
|
featured_content_do_search |
./featured_content.module |
Based on the hook_search_execute function. |
2 |
|
featured_content_enable |
./featured_content.install |
Implements hook_enable(). |
|
|
featured_content_feed |
./featured_content.pages.inc |
Menu callback; displays an RSS feed containing featured content entries
for given featured content block. |
|
1 |
featured_content_format_title |
./featured_content.module |
Format block title based on configuration. |
2 |
|
featured_content_form_block_admin_display_form_alter |
./featured_content.module |
Alters the block admin form to add delete links next to Featured Content
blocks. |
|
|
featured_content_get_block_data |
./featured_content.module |
Get the block data for the given $delta. |
3 |
|
featured_content_get_block_title |
./featured_content.module |
Get block title based on given title or internal title. |
1 |
|
featured_content_get_cck_nids |
./featured_content.module |
Get CCK node nids. |
1 |
|
featured_content_get_content |
./featured_content.pages.inc |
Get the content for rss or more page. |
2 |
|
featured_content_get_content_types |
./featured_content.module |
Gets the enabled content types. |
3 |
|
featured_content_get_filtered_nids |
./featured_content.module |
Get filtered node nids. Filter base on content types, users (authors) and
taxonomy terms. |
1 |
|
featured_content_get_languages |
./featured_content.module |
Gets the enabled site languages. |
3 |
|
featured_content_get_nodes |
./featured_content.module |
Gets nodes from nids. |
1 |
|
featured_content_get_node_terms_by_vocabulary |
./featured_content.module |
Find all terms associated with the given node, within one vocabulary. |
1 |
|
featured_content_get_path_pattern |
./featured_content.module |
Get the pattern to use for the path. |
1 |
|
featured_content_get_search_nids |
./featured_content.module |
Get search result node nids. Uses the title of the current node page to
get the search results. |
1 |
|
featured_content_get_search_string |
./featured_content.module |
Get search string based on give node title. |
2 |
|
featured_content_get_users |
./featured_content.module |
Gets the oldest users limited by the $limit parameter. |
3 |
|
featured_content_get_value |
./featured_content.module |
Get the value if set, otherwise get default. |
2 |
|
featured_content_get_vocabulary_terms |
./featured_content.module |
Gets the enabled vocabulary terms. |
3 |
|
featured_content_help |
./featured_content.module |
Implements hook_help(). |
|
|
featured_content_help_text |
./featured_content.pages.inc |
Implements hook_help_text. |
1 |
|
featured_content_install |
./featured_content.install |
Implements hook_install(). |
|
|
featured_content_menu |
./featured_content.module |
Implements hook_menu(). |
|
|
featured_content_more_page |
./featured_content.pages.inc |
Menu callback; displays read more page containing featured content entries
for given featured content block. |
|
1 |
featured_content_node_statistics_enabled |
./featured_content.module |
Check if node statistics is enabled. |
2 |
|
featured_content_num_words_in_title_validate |
./featured_content.module |
Validate that we have a valid minimum number of words to search
against in the title. |
|
1 |
featured_content_settings_form |
./featured_content.admin.inc |
Admin settings form. |
|
1 |
featured_content_set_page_title |
./featured_content.module |
Set page title for more page or rss page. |
1 |
|
featured_content_sort_nodes |
./featured_content.module |
Sort nodes based on sort key. |
1 |
|
featured_content_sort_nodes_by_terms |
./featured_content.module |
Sort nodes based on terms. |
1 |
|
featured_content_sort_nodes_by_vocab |
./featured_content.module |
Sort nodes based on vocabularies. The order is based on the weight
of the vocabularies as well as the term of terms the node has
within that vocabulary. |
1 |
|
featured_content_taxonomy_node_get_terms |
./featured_content.module |
Since taxonomy_node_get_terms is no longer available and the terms are
buried in the node object based on the field name, then do a query for
the terms. |
1 |
|
featured_content_theme |
./featured_content.module |
Implements hook_theme(). |
|
|
featured_content_uninstall |
./featured_content.install |
Implements hook_uninstall(). |
|
|
featured_content_update_7100 |
./featured_content.install |
Update the view mode display settings. |
|
|
template_preprocess_featured_content_block |
./featured_content.module |
Process variables for featured_content-block.tpl.php. |
|
|
template_preprocess_featured_content_empty |
./featured_content.module |
Process variables for featured_content-empty.tpl.php. |
|
|
template_preprocess_featured_content_more |
./featured_content.module |
Process variables for featured_content-more.tpl.php. |
|
|
_featured_content_load_node |
./featured_content.module |
Try and build the node from either the system url or the query string.
Return FALSE if unable to build the node. |
5 |
|