hook_default_sharedblocks_subscription |
./sharedblocks.api.php |
hook_default_sharedblocks_subscription() returns an array of subscribed
block objects. |
|
|
sharedblocks_add_block_form |
./sharedblocks.admin.inc |
From constructor for the add new block subscription form. |
|
1 |
sharedblocks_add_block_form_submit |
./sharedblocks.admin.inc |
Form validation handler for sharedblocks_add_block_form(). |
|
1 |
sharedblocks_block_configure |
./sharedblocks.module |
Implements hook_block_configure. |
1 |
|
sharedblocks_block_info |
./sharedblocks.module |
Implements hook_block_info(). |
|
|
sharedblocks_block_save |
./sharedblocks.module |
Implements hook_block_save(). |
|
|
sharedblocks_block_view |
./sharedblocks.module |
Implements hook_block_view(). |
|
|
sharedblocks_cache_get |
./sharedblocks.subscribe.inc |
Get the cached content for a block. |
1 |
|
sharedblocks_cache_refresh |
./sharedblocks.subscribe.inc |
Refresh the cached content for the given shared block. The updated data is
returned. |
1 |
|
sharedblocks_ctools_export_ui_form |
plugins/export_ui/sharedblocks_ctools_export_ui.inc |
Implements HOOK_ctools_export_ui_form(). |
|
1 |
sharedblocks_ctools_export_ui_form_submit |
plugins/export_ui/sharedblocks_ctools_export_ui.inc |
Handle submission of a new subscribed block |
|
|
sharedblocks_ctools_plugin_api |
./sharedblocks.module |
Implements hook_ctools_plugin_api(). |
|
|
sharedblocks_ctools_plugin_directory |
./sharedblocks.module |
Implements hook_ctools_plugin_directory(). |
|
|
sharedblocks_element_validate_url |
./sharedblocks.module |
|
|
1 |
sharedblocks_features_export_options |
./sharedblocks.module |
Implements hook_features_export_options(). |
|
|
sharedblocks_form_block_admin_display_form_alter |
./sharedblocks.module |
|
|
|
sharedblocks_get_block |
./sharedblocks.publish.inc |
Fetch a block in the same manner as _block_render_blocks(). |
1 |
|
sharedblocks_get_publish_uri |
./sharedblocks.publish.inc |
Returns the URI of a shared block. |
1 |
|
sharedblocks_get_token |
./sharedblocks.publish.inc |
Given a module and delta, return the security token for this block. |
2 |
|
sharedblocks_is_block_publishable |
./sharedblocks.publish.inc |
Check if a block is publishable. |
2 |
|
sharedblocks_is_block_published |
./sharedblocks.publish.inc |
Check if a block is set to be published. |
2 |
|
sharedblocks_is_valid_token |
./sharedblocks.publish.inc |
Validates a shared block security token. |
1 |
|
sharedblocks_menu |
./sharedblocks.module |
Implements hook_menu(). |
|
|
sharedblocks_permission |
./sharedblocks.module |
Implements hook_permission(). |
|
|
sharedblocks_post_render_block |
./sharedblocks.publish.inc |
Render API callback; Apply a text format to the content. |
|
1 |
sharedblocks_publish_block |
./sharedblocks.publish.inc |
Page callback for block publish callback. |
|
1 |
sharedblocks_publish_block_access |
./sharedblocks.module |
Access callback for block public callback. |
|
1 |
sharedblocks_publish_form |
./sharedblocks.admin.inc |
From constructor for the publish blocks form. |
|
1 |
sharedblocks_publish_form_submit |
./sharedblocks.admin.inc |
Form validation handler for sharedblocks_publish_form(). |
|
|
sharedblocks_schema |
./sharedblocks.install |
Implements hook_schema(). |
|
|
sharedblocks_subscription_export |
./sharedblocks.module |
Export a subscription. |
|
|
sharedblocks_subscription_load |
./sharedblocks.module |
Load a single subscription. |
4 |
1 |
sharedblocks_subscription_save |
./sharedblocks.module |
Save a single subscription. |
1 |
|
sharedblocks_uninstall |
./sharedblocks.install |
Implements hook_uninstall(). |
|
|
sharedblocks_update_7001 |
./sharedblocks.install |
Drop the block_data column from the sharedblocks table. |
|
|
sharedblocks_update_7002 |
./sharedblocks.install |
Drop the expiration and last_update columns from the sharedblocks table. |
|
|
sharedblocks_update_7003 |
./sharedblocks.install |
Filter empty values from the sharedblocks_publish array. |
|
|
sharedblocks_update_7004 |
./sharedblocks.install |
Disable requiring the block security tokens for existing installs. |
|
|
_sharedblocks_fetch_url |
./sharedblocks.subscribe.inc |
Actually retrieve the block info from a URL. Used when refreshing a cached
block, and when the block is first subscribed, to validate the URL. |
2 |
|
_sharedblocks_revert_globals |
./sharedblocks.publish.inc |
|
1 |
|
_sharedblocks_set_globals |
./sharedblocks.publish.inc |
|
1 |
|