You are here

Functions in Media Library 6

Primary tabs

Namesort descending Location Description Direct uses Strings
media_library_admin ./media_library.admin.inc Main settings page 1
media_library_admin_validate ./media_library.admin.inc Validade callback for media_library_admin
media_library_ajax_preview ./media_library.modal.inc Upon generating a preview for an existing tag on the content, Javascript will call this from ajax with the type argument The data is on $_POST, and returns the preview content. 1
media_library_clear_cache ./media_library.modal.inc Remove an item from the object cache. 2
media_library_create_filter_tag ./media_library.module This function does everything needed to create the tag to be inserted and return it. 1
media_library_elements ./media_library.module Implementation of hook_elements()
media_library_filter ./media_library.module Implementation of hook_filter() This function works as a filter routing. The hook_filter_media() receives the attributes already parsed from the tag and returns an array with the structure to be rendered.
media_library_filter_media_alter ./media_library.module Implementation of hook_filter_media_alter() This is the main filter that will be used to process the common attributes.
media_library_get_cache ./media_library.modal.inc Get the cached changes to a given task handler. 2
media_library_get_tags ./media_library.module Helper function to parse all tags from content. Code based on imagefield_assist_get_macros() 1
media_library_get_types ./media_library.module Returns an array of all types declared by modules via the hook hook_media_types 7
media_library_imagecache_default_presets ./media_library.module Implementation of hook_imagecache_default_presets()
media_library_init ./media_library.module Implementation of hook_init()
media_library_media_tag ./media_library.module Implementation of hook_media_tag() Our basic tag attributes go here. They are supposed to be common and can be used by all sub-modules.
media_library_media_tag_alter ./media_library.module Implementation of hook_media_tag_alter()
media_library_menu ./media_library.module Implementation of hook_menu()
media_library_modal ./media_library.modal.inc Main modal frame 1
media_library_modal_add ./media_library.modal.inc Second step in the modal dialog, for generating the multi-step form. 2 1
media_library_modal_browse_form ./media_library.modal.inc Utility to sub modules. This generates a form structure and add a pager for browsing media. This should be used in a modal context 2
media_library_modal_cancel ./media_library.modal.inc 1
media_library_modal_finish ./media_library.modal.inc 1
media_library_modal_next ./media_library.modal.inc 1
media_library_modal_skip_step ./media_library.modal.inc Utility for jumping to next step in modal sequence 2
media_library_perm ./media_library.module Implementation of hook_perm()
media_library_textarea ./media_library.module Process textareas do add media library link with class 1
media_library_theme ./media_library.module Implementation of hook_theme()
media_library_types_choice ./media_library.modal.inc Renders the list of Types to be selected prior to inserting media. 1
media_library_wysiwyg_plugin ./media_library.module Implementation of hook_wysiwyg_plugin()
ml_dummy_filter_media ml_dummy/ml_dummy.module Implementation of hook_filter_media() See API.txt on media_library for more details.
ml_dummy_filter_media_alter ml_dummy/ml_dummy.module Implementation of hook_filter_media_alter() Just for fun. We add a dummy attribute.
ml_dummy_form ml_dummy/ml_dummy.module Form for modal dialog For updating media, use the contents of $form_state['update'] 1
ml_dummy_form_submit ml_dummy/ml_dummy.module
ml_dummy_media_forms ml_dummy/ml_dummy.module Implementation of hook_media_forms()
ml_dummy_media_tag ml_dummy/ml_dummy.module Implementation of hook_media_tag()
ml_dummy_media_types ml_dummy/ml_dummy.module Implementation of hook_media_types() Here we define our 'dummy' type
ml_flickr_build_url ml_image/ml_flickr/ml_flickr.module Builds an image url 1
ml_flickr_build_url_validate ml_image/ml_flickr/ml_flickr.module Validates if image url can be built 1
ml_flickr_flickr_options_form ml_image/ml_flickr/ml_flickr.module Image selection stage
ml_flickr_flickr_options_form_submit ml_image/ml_flickr/ml_flickr.module Submit of image selection stage
ml_flickr_flickr_options_form_validate ml_image/ml_flickr/ml_flickr.module Submit of image selection stage
ml_flickr_flickr_source_form ml_image/ml_flickr/ml_flickr.module Form for checking flickr images.
ml_flickr_flickr_source_form_submit ml_image/ml_flickr/ml_flickr.module Submit callback for ml_flickr_flickr_source_form()
ml_flickr_flickr_source_form_validate ml_image/ml_flickr/ml_flickr.module Validate callback for ml_flickr_flickr_source_form()
ml_flickr_get_obj ml_image/ml_flickr/ml_flickr.module Returns an object of flickr for the operations. To reduce memory footprint, we statically cache it 4
ml_flickr_get_sizes ml_image/ml_flickr/ml_flickr.module Loads image sizes 2
ml_flickr_image_info ml_image/ml_flickr/ml_flickr.module Loads image info 1
ml_flickr_ml_image_source ml_image/ml_flickr/ml_flickr.module Implementation of hook_ml_image_source()
ml_flickr_save_image ml_image/ml_flickr/ml_flickr.module Saves a Flickr picture from an URL 1
ml_flickr_search ml_image/ml_flickr/ml_flickr.module Function that searches flickr TODO: Add arguments 1
ml_flickr_settings ml_image/ml_flickr/ml_flickr.module Settings form 1

Pages

Other projects