21 calls to tripal_get_term_details()
- TripalContentService_v0_1::addEntityField in tripal_ws/
includes/ TripalWebService/ TripalContentService_v0_1.inc - Adds the field as a property of the entity resource.
- TripalContentService_v0_1::addEntityFields in tripal_ws/
includes/ TripalWebService/ TripalContentService_v0_1.inc - Adds the fields as properties of an entity resource.
- TripalContentService_v0_1::doContentTypesList in tripal_ws/
includes/ TripalWebService/ TripalContentService_v0_1.inc - Creates a resources that contains the list of content types.
- 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::findField in tripal_ws/
includes/ TripalWebService/ TripalContentService_v0_1.inc - Find the field whose term matches the one provied.
- TripalContentService_v0_1::getFieldMapping in tripal_ws/
includes/ TripalWebService/ TripalContentService_v0_1.inc - A helper function to make it easy to map between keys and their fields.
- TripalContentService_v0_1::sanitizeFieldKeys in tripal_ws/
includes/ TripalWebService/ TripalContentService_v0_1.inc - Rewrites the keys of a field's items array for use with web services.
- TripalField::_addViewsDataElement in tripal/
includes/ TripalFields/ TripalField.inc - TripalField::_addWebServiceElement in tripal/
includes/ TripalFields/ TripalField.inc - TripalField::__construct in tripal/
includes/ TripalFields/ TripalField.inc - Instantiates a new TripalField object.
- TripalTerm::__construct in tripal/
includes/ TripalTerm.inc - tripal_field_formatter_view in tripal/
includes/ tripal.fields.inc - Implements hook_field_formatter_view().
- tripal_field_instance_settings_form_alter_process in tripal/
includes/ tripal.fields.inc - Implements a process function for the instance settings form.
- tripal_form_field_ui_field_overview_form_alter in tripal/
includes/ tripal.fields.inc - Implements hook_form_FORM_ID_alter().
- tripal_get_bundle_details in tripal/
api/ tripal.entities.api.inc - Retrieves details, including attached fields, for a given bundle.
- tripal_insert_entity in tripal/
api/ tripal.entities.api.inc - Is this completed? It doesn't look right and I can't find it used anywhere in the existing code.
- tripal_vocabulary_lookup_term_children_ajax in tripal/
includes/ tripal.term_lookup.inc - An ajax callback to get the children of a term.
- tripal_vocabulary_lookup_term_page in tripal/
includes/ tripal.term_lookup.inc - tripal_ws_load_remote_entity in tripal_ws/
tripal_ws.module - _tripal_get_bundle_field_element_details in tripal/
api/ tripal.entities.api.inc - A recursive helper function for the tripal_get_bundle_details.