You are here

24 calls to node_gallery_api_get_relationship_type() in Node Gallery 7

NodeGalleryBehaviorHandler::NodeGalleryRelationshipCrud in plugins/entityreference/behavior/NodeGalleryBehaviorHandler.class.php
Create, update or delete Node Gallery relationships based on field values.
NodeGallerySelectionHandler::buildEntityFieldQuery in plugins/entityreference/selection/NodeGallerySelectionHandler.class.php
Build an EntityFieldQuery to get referencable entities.
NodeGallerySelectionHandler::settingsForm in plugins/entityreference/selection/NodeGallerySelectionHandler.class.php
Override settings form().
node_gallery_api_create_item_from_file in ./node_gallery_api.pages.inc
Create item from file. Form Plupload.
node_gallery_api_create_new_gallery_submit in ./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.
node_gallery_api_entity_delete in ./node_gallery_api.module
Implements hook_entity_delete().
node_gallery_api_entity_insert in ./node_gallery_api.module
Implements hook_entity_insert().
node_gallery_api_field_extra_fields_alter in ./node_gallery_api.module
Implements hook_field_extra_fields().
node_gallery_api_get_all_relationship_types in ./node_gallery_api.inc
Convenience wrapper for getting all relationships.
node_gallery_api_get_items in ./node_gallery_api.inc
Retrieves image properties sorted by the image sort view in a gallery, the returned objects are NOT complete nodes.
node_gallery_api_get_item_field_name in ./node_gallery_api.inc
Get the gallery ref field name for a set of types.
node_gallery_api_get_item_nids in ./node_gallery_api.inc
Get all item NIDs for a Gallery
node_gallery_api_manage_items_form in ./node_gallery_api.pages.inc
Displays the content for our "Manage Images" tab, which is a VBO view.
node_gallery_api_manage_items_submit in ./node_gallery_api.pages.inc
Submit handler for Manage Items form.
node_gallery_api_menu in ./node_gallery_api.module
Implements hook_menu().
node_gallery_api_relationship_type_content_types_form_validate in ./node_gallery_api.admin.inc
Validation callback for the relationship form.
node_gallery_api_rules_item_add in ./node_gallery_api.rules.inc
Rules action for adding a gallery item to a gallery.
node_gallery_api_upload_access in ./node_gallery_api.module
Access function for uploads.
node_gallery_api_upload_items_form in ./node_gallery_api.pages.inc
Displays the content of the "Upload Items" tab.
node_gallery_api_user_access in ./node_gallery_api.module
Determines if a user has access to do something to a gallery or it's images.
template_preprocess_node_gallery_api_item_navigator in theme/theme.inc
Preprocess function for theme_node_gallery_api_item_navigator().
theme_node_gallery_api_manage_items_form in theme/theme.inc
Theme function for Manage Items form.
_node_gallery_api_gallery_view in ./node_gallery_api.module
Attaches the gallery node's image view to the node's content.
_node_gallery_api_update_entity_fields in ./node_gallery_api.module
Update the field values in the entity, to reflect the membership.