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_block |
./featured_content.module |
Implementation of hook_block(). |
|
|
featured_content_configure |
./featured_content.admin.inc |
Returns 'configure' info for hook_block(). This is the featured block form. |
|
|
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_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.admin.inc |
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_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. |
3 |
|
featured_content_get_vocabulary_terms |
./featured_content.module |
Gets the enabled vocabulary terms. |
3 |
|
featured_content_help |
./featured_content.module |
Implementation hook_help(). |
|
|
featured_content_help_text |
./featured_content.pages.inc |
Implementation of hook_help_text(). |
1 |
|
featured_content_install |
./featured_content.install |
Implements hook_install(). |
|
|
featured_content_list |
./featured_content.admin.inc |
Returns 'list' info for hook_block(). |
|
|
featured_content_menu |
./featured_content.module |
Implementation of 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.admin.inc |
Validate that we have a valid minimum number of words to search
against in the title. |
|
1 |
featured_content_save |
./featured_content.admin.inc |
Returns the 'save' $op info for hook_block(). |
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_theme |
./featured_content.module |
Implementation hook_theme(). |
|
|
featured_content_uninstall |
./featured_content.install |
Implements hook_uninstall(). |
|
|
featured_content_update_6000 |
./featured_content.install |
Make sure that the settings are updated properly to deal with issue #705308. |
|
|
featured_content_view |
./featured_content.module |
Provides 'view' info for hook_block(). |
1 |
|
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. |
4 |
|