Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.17.2.1 (checked in on 2008/03/06 at 15:38:38 by rz)
Main module.
| Name | Description |
|---|---|
| ASSET_PRIVATE | |
| ASSET_PUBLIC |
| Name | Description |
|---|---|
| asset_access | |
| asset_add | |
| asset_admin_file_settings | Menu Callback for admin/settings/asset/file |
| asset_admin_overview | Menu Callback for admin/settings/asset |
| asset_asset_formatter | Implementation of hook_asset_type(). |
| asset_asset_type | Implementation of hook_asset_type(). |
| asset_build_macro | Build a macro from the specified attributes. |
| asset_delete | Delete an asset. |
| asset_delete_confirm | Menu callback -- ask for confirmation of asset deletion |
| asset_delete_confirm_submit | Execute asset deletion |
| asset_directory_options | |
| asset_directory_options_recurse | |
| asset_filter | Implementation of hook_filter(). |
| asset_filter_tips | Implementation of hook_filter_tips(). |
| asset_form | Generate the asset add/edit form array. |
| asset_forms | Implementation of hook_forms(). All asset forms share the same form handler |
| asset_form_submit | Form submit for asset_form |
| asset_form_validate | Form validation for asset_form |
| asset_get_formatters | |
| asset_get_macros | Return all macros as an array. |
| asset_get_types | Builds a list of available asset types, and returns all of part of this list in the specified format. |
| asset_icon | |
| asset_icon_ajax | |
| asset_img_src | Callback function for an image preview of an asset |
| asset_load | |
| asset_load_modules | Load all our module 'on behalfs'. |
| asset_load_root | Return a special-case pseudo-asset for asset->aid == 0. This is used in several places to designate the root of the Asset tree. |
| asset_menu | Implementation of hook_menu(). |
| asset_page_default | |
| asset_page_edit | Menu callback; presents the asset editing form, or redirects to delete confirmation. |
| asset_page_format | Menu callback; view available formatters. |
| asset_page_view | Menu callback; view a single asset. |
| asset_perm | Implementation of hook_perm(). |
| asset_render | Central asset rendering function. |
| asset_render_macro | build html from atrributes array. |
| asset_save | Save an asset object into the database. |
| asset_set_breadcrumb | |
| asset_type_invoke | Invoke the module specific asset_type hook |
| asset_view | Menu callback for asset/#/view |
| theme_asset | Theme function to wrap a rendered asset in common markup. |
| theme_asset_form_buttons | Allow asset_wizard a chance to theme the buttons. |
| theme_asset_icon | Theme an individual icon for browsing. Allows a link_title property to be added to the asset object to override the display title. This is used to display .. as the link title for the parent directory. |
| _asset_directory_options | Return an array of options for the Directory select form element |
| _asset_file_check_directory | #after_build handler for asset_file_directory_path form element. Checks the existence of the directory specified in $form_element. |