You are here

Functions in Node Gallery 7

Primary tabs

Namesort descending Location Description Direct uses Strings
node_gallery_api_admin_paths ./node_gallery_api.module Implements hook_admin_paths().
node_gallery_api_batch_item_process_finished ./node_gallery_api.inc Used as a finished callback for batch API deletion of images. 1
node_gallery_api_batch_node_delete ./node_gallery_api.inc Deletes batches of images for batch API. 1
node_gallery_api_batch_node_save ./node_gallery_api.inc Batch API save callback. 2
node_gallery_api_batch_rotate ./node_gallery_api.inc Batch API rotate callback. 1
node_gallery_api_batch_sorting_callback ./node_gallery_api.inc Batch API sorting callback. 2
node_gallery_api_batch_sorting_finished ./node_gallery_api.inc Batch API sorting finished callback. 2
node_gallery_api_browse_items ./node_gallery_api.pages.inc Redirect to first item in the gallery. 1
node_gallery_api_build_views_select ./node_gallery_api.admin.inc Builds a list of all views tagged with 'node_gallery'. 1
node_gallery_api_clear_gallery_caches ./node_gallery_api.inc Clears all the caches for a specific gallery. 6
node_gallery_api_create_field ./node_gallery_api.module Create a node gallery field in a bundle. 1
node_gallery_api_create_item_from_file ./node_gallery_api.pages.inc Create item from file. Form Plupload. 1
node_gallery_api_create_new_gallery_submit ./node_gallery_api.module If the user selected the option to create a new gallery, create a stub gallery, assign the images to that gallery, and redirect them to the gallery edit form. 1
node_gallery_api_ctools_plugin_directory ./node_gallery_api.module Implements hook_ctools_plugin_directory().
node_gallery_api_entity_delete ./node_gallery_api.module Implements hook_entity_delete().
node_gallery_api_entity_info ./node_gallery_api.module Implements hook_entity_info().
node_gallery_api_entity_info_alter ./node_gallery_api.module Implements hook_entity_info_alter().
node_gallery_api_entity_insert ./node_gallery_api.module Implements hook_entity_insert().
node_gallery_api_entity_update ./node_gallery_api.module Implements hook_entity_update(). 1
node_gallery_api_field_attach_insert ./node_gallery_api.module Implements hook_field_attach_insert().
node_gallery_api_field_attach_update ./node_gallery_api.module Implements hook_field_attach_update().
node_gallery_api_field_extra_fields_alter ./node_gallery_api.module Implements hook_field_extra_fields().
node_gallery_api_field_information ./node_gallery_api.module Field information. 2
node_gallery_api_file_entity_display_form_submit ./node_gallery_api.module Submit handler for saving file display link settings. 1
node_gallery_api_file_view ./node_gallery_api.module Implements hook_file_view().
node_gallery_api_flatten_item_edit_form ./node_gallery_api.pages.inc Eliminates any fieldsets from the image item edit form. 1
node_gallery_api_form_alter ./node_gallery_api.module Implements hook_form_alter().
node_gallery_api_form_file_entity_file_display_form_alter ./node_gallery_api.module Implments hook_form_FORM_ID_alter() for file_entity_file_display_form.
node_gallery_api_gallery_edit_redirect ./node_gallery_api.module Redirect to gallery on form submit. 1
node_gallery_api_gallery_load ./node_gallery_api.module Object replacement function for hook_menu().
node_gallery_api_get_all_relationship_types ./node_gallery_api.inc Convenience wrapper for getting all relationships. 3
node_gallery_api_get_cover_nid ./node_gallery_api.inc Given a gallery, returns it's cover image. 4
node_gallery_api_get_fields_from_content_types ./node_gallery_api.admin.inc Get all field info for content types. 2
node_gallery_api_get_first_item ./node_gallery_api.inc Gets the first image nid within a gallery. 2
node_gallery_api_get_gallery_list ./node_gallery_api.inc Returns an array of galleries, suitable for use in a form select.
node_gallery_api_get_gallery_ref_fields ./node_gallery_api.inc Get all entity reference fields with Node Gallery behavior.
node_gallery_api_get_items ./node_gallery_api.inc Retrieves image properties sorted by the image sort view in a gallery, the returned objects are NOT complete nodes. 3
node_gallery_api_get_item_count ./node_gallery_api.inc Gets the count of published images within a gallery. 1
node_gallery_api_get_item_field_name ./node_gallery_api.inc Get the gallery ref field name for a set of types. 9
node_gallery_api_get_item_file ./node_gallery_api.inc Get item files from NIDs.
node_gallery_api_get_item_form_value_items ./node_gallery_api.pages.inc Get item edit for values. 1
node_gallery_api_get_item_list ./node_gallery_api.inc Gets a sorted list of images nids within a gallery. 5
node_gallery_api_get_item_navigator ./node_gallery_api.module Builds an array with the data necessary to navigate a gallery. 2
node_gallery_api_get_item_nids ./node_gallery_api.inc Get all item NIDs for a Gallery 6
node_gallery_api_get_item_position ./node_gallery_api.inc Returns the position (starting at one) of the image in the gallery list. 2
node_gallery_api_get_last_item ./node_gallery_api.inc Gets the last image nid within a gallery. 1
node_gallery_api_get_next_item ./node_gallery_api.inc Gets the next image in the gallery. 1
node_gallery_api_get_prev_item ./node_gallery_api.inc Gets the previous image in the gallery. 1
node_gallery_api_get_relationships ./node_gallery_api.inc Get Node Gallery Relationships. 15
node_gallery_api_get_relationship_type ./node_gallery_api.inc Fetches a gallery-to-image relationship from the database. 24

Pages

Other projects