Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 5

asset.module

Version

1.17.2.1 (checked in on 2008/03/06 at 15:38:38 by rz)

Description

Main module.

Constants

Namesort iconDescription
ASSET_PRIVATE
ASSET_PUBLIC

Functions

Namesort iconDescription
asset_access
asset_add
asset_admin_file_settingsMenu Callback for admin/settings/asset/file
asset_admin_overviewMenu Callback for admin/settings/asset
asset_asset_formatterImplementation of hook_asset_type().
asset_asset_typeImplementation of hook_asset_type().
asset_build_macroBuild a macro from the specified attributes.
asset_deleteDelete an asset.
asset_delete_confirmMenu callback -- ask for confirmation of asset deletion
asset_delete_confirm_submitExecute asset deletion
asset_directory_options
asset_directory_options_recurse
asset_filterImplementation of hook_filter().
asset_filter_tipsImplementation of hook_filter_tips().
asset_formGenerate the asset add/edit form array.
asset_formsImplementation of hook_forms(). All asset forms share the same form handler
asset_form_submitForm submit for asset_form
asset_form_validateForm validation for asset_form
asset_get_formatters
asset_get_macrosReturn all macros as an array.
asset_get_typesBuilds 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_srcCallback function for an image preview of an asset
asset_load
asset_load_modulesLoad all our module 'on behalfs'.
asset_load_rootReturn a special-case pseudo-asset for asset->aid == 0. This is used in several places to designate the root of the Asset tree.
asset_menuImplementation of hook_menu().
asset_page_default
asset_page_editMenu callback; presents the asset editing form, or redirects to delete confirmation.
asset_page_formatMenu callback; view available formatters.
asset_page_viewMenu callback; view a single asset.
asset_permImplementation of hook_perm().
asset_renderCentral asset rendering function.
asset_render_macrobuild html from atrributes array.
asset_saveSave an asset object into the database.
asset_set_breadcrumb
asset_type_invokeInvoke the module specific asset_type hook
asset_viewMenu callback for asset/#/view
theme_assetTheme function to wrap a rendered asset in common markup.
theme_asset_form_buttonsAllow asset_wizard a chance to theme the buttons.
theme_asset_iconTheme 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_optionsReturn 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.