Namesort iconLocationDescription
mysite_activatemysite.moduleAllows the admin to activate a type plugin
mysite_add_linkmysite.moduleFormat a link to add content to a MySite page.
mysite_add_pagemysite.moduleAdds a new page to the user collection and takes them to the settings form for that page.
mysite_ajax_callmysite.jsThe ajax callback function to save changes
mysite_ajax_sortmysite.moduleProcess a drag-and-drop sort from jQuery
mysite_autocompletemysite.moduleAllows registration of autocomplete functions through the include files. Since AJAX autocomplete requires a menu callback, and the include files do not have menu functions, we filter all AJAX requests through a single function.
mysite_blockmysite.moduleImplementation of hook_block(). Calls mysite_type_hook_block().
mysite_block_handlermysite.moduleData handling for block placement. This function is part of the API.
mysite_checkmysite.moduleCheck to see if a MySite type is already in the user's settings
mysite_check_settingsmysite.moduleDisplay a message to the site administrator if the content type is inactive.
mysite_configuremysite.moduleMenu callback; presents general configuration options.
mysite_configure_formmysite.moduleFormsAPI for mysite_configure().
mysite_confirm_delete_formmysite.moduleFormsAPI to confirm deletion of an item
mysite_confirm_delete_form_submitmysite.moduleForm submit for mysite_confirm_delete_form()
mysite_contentmysite.modulePage for adding content to a MySite page.
mysite_content_addmysite.moduleMenu callback to add a content item
mysite_content_formmysite.moduleForm for mysite_content()
mysite_content_menumysite.moduleCreate a list of submenu items for the Add / Delete Content page.
mysite_content_promotemysite.moduleMenu callback to promote or demote an item
mysite_content_removemysite.moduleMenu callback to delete a content item.
mysite_content_settingsmysite.moduleGenerates a user settings page for individual mysite content items.
mysite_content_settings_formmysite.moduleFormsAPI for mysite_content_settings()
mysite_content_settings_form_submitmysite.moduleForm submit for mysite_content_settings()
mysite_content_settings_form_validatemysite.moduleForm validation for mysite_content_settings()
mysite_create_accountmysite.moduleCreate a MySite record for a new user without submitting a form.
mysite_create_pagemysite.moduleCreates an entry in {mysite_page} for the current user.
mysite_cronmysite.moduleCron hook for cleaning out bad data We use this routine to remove MySite references to deleted content containers.
mysite_delete_formmysite.moduleFormsAPI for deleting a user's entire collection.
mysite_delete_form_submitmysite.moduleFormsAPI for mysite_delete_form()
mysite_delete_itemmysite.moduleDelete an item from a form call or a url
mysite_demote_linkmysite.moduleFormat a link to remove content from a MySite page.
mysite_displaymysite.moduleDisplay a MySite content element outside of the MySite page
mysite_domainwarningsmysite.moduleImplements hook_domainwarnings
mysite_editmysite.moduleEdit a MySite page using a multi-stage form.
mysite_edit_formmysite.moduleForm function for mysite_edit().
mysite_edit_form_submitmysite.moduleForm submit for mysite_edit_form(). Implementation of the Forms API.
mysite_edit_menumysite.moduleCreate a list of submenu items for the user's Settings page.
mysite_enablemysite.moduleInstaller function that sets MySite pages to show on all domains.
mysite_feed_element_dataplugins/ types/ feed.incCallback function used by the XML parser.
mysite_feed_element_endplugins/ types/ feed.incCallback function used by the XML parser.
mysite_feed_element_startplugins/ types/ feed.incCallback function used by the XML parser.
mysite_find_empty_pagemysite.module
mysite_getmysite.moduleGet the data for a user MySite page from the {mysite} table.
mysite_get_content_elementmysite.moduleGiven values, generate a table that behaves like a form so that users my add content to their MySite page.
mysite_get_custommysite.moduleGet the data for a custom content type from the {mysite_content} table.
mysite_get_iconmysite.moduleLookup icons for display to the end user. This function requires that the MySite Icons module is enabled.
mysite_get_includesmysite.moduleReturn the valid include files for a given include type. This function is used to check which files to load when mysite_load_includes() is called. It checks to see that the include files are actually located inside the appropriate...
mysite_get_layoutmysite.moduleGet the data associated with a layout file
mysite_get_maskmysite.moduleGet file extension masks for each type.
mysite_get_myidmysite.moduleRetrieve or create a MySite id for string-based keys. This function is used to create entries in the {mysite_content} table which is designed to handle non-numeric keys. This lets us keep all the keys in the {mysite_data} table as integers.