nodesinblock_block |
./nodesinblock.module |
Implementation of hook_block(). |
|
|
nodesinblock_form_alter |
./nodesinblock.module |
Implementation of hook_form_alter().
Add Nodes in block fieldset. |
|
|
nodesinblock_install |
./nodesinblock.install |
Implementation of hook_install(). |
|
|
nodesinblock_menu |
./nodesinblock.module |
Implementation of hook_menu(). |
|
|
nodesinblock_nodeapi |
./nodesinblock.module |
Implementation of hook_nodeapi(). |
|
|
nodesinblock_nodequeue |
./nodesinblock.module |
Nodes in block queue tab. |
|
1 |
nodesinblock_nodequeue_access |
./nodesinblock.module |
Access callback: check that user has access to configure nodes in block queue. |
|
1 |
nodesinblock_perm |
./nodesinblock.module |
Implementation of hook_perm(). |
|
|
nodesinblock_queue |
./nodesinblock.admin.inc |
Menu callback to look at the queue for nodes in block. |
|
2 |
nodesinblock_queue_submit |
./nodesinblock.admin.inc |
Submit callback, save weights after queue submit. |
|
|
nodesinblock_schema |
./nodesinblock.install |
Implementation of hook_schema(). |
|
|
nodesinblock_settings |
./nodesinblock.admin.inc |
Menu callback to configure general settings for nodes in block. |
|
1 |
nodesinblock_settings_clear_confirm |
./nodesinblock.admin.inc |
Menu callback: show confirmation screen to clear nodes in block settings. |
|
1 |
nodesinblock_settings_clear_confirm_submit |
./nodesinblock.admin.inc |
Submit callback: clear nodes in block settings. |
|
|
nodesinblock_settings_clear_redirect |
./nodesinblock.admin.inc |
Submit callback: clear settings, simply redirects to confirmation page. |
|
1 |
nodesinblock_settings_save |
./nodesinblock.admin.inc |
Submit callback: save settings.
We use parts of system_settings_submit here to save the variables. |
|
1 |
nodesinblock_tabtitle |
./nodesinblock.module |
Tab title. |
|
1 |
nodesinblock_theme |
./nodesinblock.module |
Implementation of hook_theme(). |
|
|
nodesinblock_uninstall |
./nodesinblock.install |
Implementation of hook_uninstall(). |
|
|
nodesinblock_update_6001 |
./nodesinblock.install |
Update 6001: Add render field to table. |
|
|
nodesinblock_update_6002 |
./nodesinblock.install |
Update 6002: Rename nodes_in_block table to nodesinblock. |
|
|
nodesinblock_update_6003 |
./nodesinblock.install |
Update 6002: Rename nodes_in_block table to nodesinblock. |
|
|
theme_nodesinblock_queue |
./nodesinblock.admin.inc |
Theme queue form. |
|
|
_nodeisblock_load |
./nodesinblock.module |
Helper function to load node data for nodesinblock. |
2 |
|
_nodesinblock_render_status |
./nodesinblock.module |
Helper function to return the status. |
2 |
|
_nodesinblock_save |
./nodesinblock.module |
Function callback: save node settings into nodesinblock table and update block visibility pages. |
1 |
|
_nodesinblock_show |
./nodesinblock.module |
Function callback: get content for a block. |
1 |
|
_nodesinblock_validate |
./nodesinblock.module |
Function callback: validate node. Returns error if visibility is empty and status is enabled. |
1 |
|