1.23 (checked in on 2008/04/06 at 23:08:25 by agentken)
Documentation file for MySite's internal hooks.
@ingroup mysite
| Name | Description |
|---|---|
| mysite_layout_hook | Information about this layout. |
| mysite_theme_hook | Format definition hook. |
| mysite_type_hook | Basic definition of the content type. |
| mysite_type_hook_active | Checks to see if this include can be enabled. Sets a message to the administrator if FALSE. |
| mysite_type_hook_autocomplete | AJAX autocomplete for aggregator titles. |
| mysite_type_hook_block | Returns content to add to the MySite block. |
| mysite_type_hook_block_node | Returns block content when viewing a node page. |
| mysite_type_hook_clear | Cron cleanup function. |
| mysite_type_hook_content_form | Content settings hook. |
| mysite_type_hook_content_form_submit | Content settings submit hook. |
| mysite_type_hook_content_form_validate | Content settings validation hook. |
| mysite_type_hook_data | Returns the data for a requested content element. |
| mysite_type_hook_form | Add a form element distinct to a content type |
| mysite_type_hook_options | Sets the content selection options for this type. |
| mysite_type_hook_search | Searches options for a given type. |
| mysite_type_hook_search_form | FormsAPI for mysite_type_hook_search() |
| mysite_type_hook_search_form_submit | Form submit handler for mysite_type_hook_search(). |
| mysite_type_hook_title | Returns the title of a content element. |
| mysite_type_hook_updated | Register changes to MySite page. |
| theme_mysite_hook_item | Theme function hook for a content format. |
| theme_mysite_hook_layout | Defines the layout theme for a user's MySite page. |