mysite_load_includes

Functions that call mysite_load_includes()

Namesort iconLocationDescription
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_configure_formmysite.moduleFormsAPI for mysite_configure().
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_settingsmysite.moduleGenerates a user settings page for individual mysite content items.
mysite_content_settings_formmysite.moduleFormsAPI for mysite_content_settings()
mysite_cronmysite.moduleCron hook for cleaning out bad data We use this routine to remove MySite references to deleted content containers.
mysite_displaymysite.moduleDisplay a MySite content element outside of the MySite page
mysite_editmysite.moduleEdit a MySite page using a multi-stage form.
mysite_edit_formmysite.moduleForm function for mysite_edit().
mysite_get_layoutmysite.moduleGet the data associated with a layout file
mysite_icon_menumysite_icon/mysite_icon.moduleImplementation of hook_menu().
mysite_loadmysite.moduleLoads the associated files for a personal page view (stylesheets, MySite includes).
mysite_load_includesmysite.moduleLoad the desired includes for this action. This function is a conditional load of enabled MySite plugins. In the case of administration pages, all includes are always loaded.
mysite_menumysite.moduleImplementation of hook_menu().
mysite_pagemysite.moduleThe default MySite page view.
mysite_rendermysite.moduleAllows a MySite element to be used by an external application or menu callback
mysite_type_popular_optionsplugins/types/popular.incImplements mysite_type_hook_options().
mysite_updatedmysite.moduleRegister an update in the mysite table on add/delete.

Functions called by mysite_load_includes()

Namesort iconLocationDescription
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_maskmysite.moduleGet file extension masks for each type.
mysite_load_includesmysite.moduleLoad the desired includes for this action. This function is a conditional load of enabled MySite plugins. In the case of administration pages, all includes are always loaded.