10 calls to tripal_load_entity()
- TripalContentService_v0_1::doEntity in tripal_ws/
includes/ TripalWebService/ TripalContentService_v0_1.inc - Creates a resource for a single entity.
- TripalContentService_v0_1::doEntityList in tripal_ws/
includes/ TripalWebService/ TripalContentService_v0_1.inc - Creates a collection of resources for a given type.
- TripalContentService_v0_1::doExpandedField in tripal_ws/
includes/ TripalWebService/ TripalContentService_v0_1.inc - Creates a resource for an expanded field of an entity.
- TripalContentService_v0_1::sanitizeFieldEntity in tripal_ws/
includes/ TripalWebService/ TripalContentService_v0_1.inc - Rewrites any TripalEntity elements in the values array for use with WS.
- TripalEntityCollection::write in tripal/
includes/ TripalEntityCollection.inc - Writes the collection to a file using a given formatter.
- TripalEntity_load in tripal/
tripal.module - Allows the menu system to use a wildcard to fetch the entity.
- TripalFieldDownloader::write in tripal/
includes/ TripalFieldDownloaders/ TripalFieldDownloader.inc - Creates the downloadable file.
- tripal_ajax_attach_field in tripal/
includes/ tripal.entity.inc - Responds to an AJAX call for populating a field.
- tripal_update_all_urls_and_titles in tripal/
includes/ tripal.bulk_update.inc - Updates all existing url aliases and titles for an entity.
- tripal_views_query::execute in tripal/
tripal_views_query.inc