csvancestry_set_parent |
./csvancestry_format.inc |
Set the parent of this term.
$term must be a valid term. parent term may be invented on the fly. |
1 |
|
csv_string_to_array |
./csv_format.inc |
Given a CSV string that may or may not contain quoted values,
Split it into an array of values. |
2 |
|
cvsancestry_import_finished |
./csvancestry_format.inc |
Summarize the results. |
|
1 |
cvsancestry_import_row |
./csvancestry_format.inc |
|
|
1 |
geotaxonomy_taxonomy_xml_rdf_document_setup |
includes/taxonomy_xml.geotaxonomy.inc |
Add the expected namespaces to the root of the document during construction. |
|
|
geotaxonomy_taxonomy_xml_rdf_export_term |
includes/taxonomy_xml.geotaxonomy.inc |
Add geotag information to the export document. |
|
|
menu_taxonomy_xml_rdf_document_setup |
includes/taxonomy_xml.menu.inc |
Add the expected namespaces to the root of the document during construction. |
|
|
menu_taxonomy_xml_rdf_export_term |
includes/taxonomy_xml.menu.inc |
Add menu information to the export document. |
|
|
menu_taxonomy_xml_term_postsave |
includes/taxonomy_xml.menu.inc |
Hook into importing term data. |
|
|
path_taxonomy_xml_rdf_document_setup |
includes/taxonomy_xml.path.inc |
Add the expected namespaces to the root of the document during construction. |
|
|
path_taxonomy_xml_rdf_export_term |
includes/taxonomy_xml.path.inc |
Add path information to the export document. |
|
|
path_taxonomy_xml_term_postsave |
includes/taxonomy_xml.path.inc |
Hook into importing term data. |
|
|
taxonomy_guid_form_taxonomy_form_term_alter |
taxonomy_guid/taxonomy_guid.module |
Implementation of hook_form_FORM_ID_alter(). |
|
|
taxonomy_guid_get_term |
taxonomy_guid/taxonomy_guid.module |
Special lookup for terms if they are saved with a URI or GUID |
1 |
|
taxonomy_guid_install |
taxonomy_guid/taxonomy_guid.install |
Implementation of hook_install(). |
|
|
taxonomy_guid_schema_alter |
taxonomy_guid/taxonomy_guid.install |
Ensure the schema cache (used to define which attributes get serialized)
knows that it should save this new field also |
|
|
taxonomy_xml_about_services |
./taxonomy_xml.module |
Admin help page listing details of available services
A menu page callback |
|
1 |
taxonomy_xml_absorb_vocabulary_definitions |
./taxonomy_xml.module |
Create Vocabulary definitions. |
1 |
|
taxonomy_xml_add_all_children_to_queue |
./taxonomy_xml.module |
Queue up an import action. |
3 |
|
taxonomy_xml_add_terms_as_rdf |
./rdf_format.inc |
Given a list of terms, append definitions of them to the passed DOM container |
2 |
|
taxonomy_xml_add_terms_as_tcs |
./tcs_format.inc |
Given a list of terms, append definitions of them to the passed DOM container |
1 |
|
taxonomy_xml_add_term_to_batch_queue |
./taxonomy_xml.module |
Manage batch queues by dividing them into recursive 'rounds'. |
4 |
|
taxonomy_xml_add_vocab_as_rdf |
./rdf_format.inc |
Create a vocabulary definition (just the def, not its terms) and insert it
into the given document element. |
1 |
|
taxonomy_xml_batch_import_finished |
./taxonomy_xml.module |
Finalization callback when a round is done. |
|
2 |
taxonomy_xml_batch_requeue_more |
./taxonomy_xml.module |
Batch callback action that should happen at the end of each round of
processing. |
|
2 |
taxonomy_xml_cached_get_contents |
./taxonomy_xml.module |
A caching version of file_get_contents. |
2 |
1 |
taxonomy_xml_canonicize_predicates |
./taxonomy_xml.module |
Convert aliased predicates into common ones. |
3 |
|
taxonomy_xml_convert_triples_to_sorted_objects |
./rdf_format.inc |
Compile triple statements into information objects again. |
1 |
|
taxonomy_xml_csvancestry_format_info |
./csvancestry_format.inc |
Return information about this format |
|
|
taxonomy_xml_csvancestry_parse |
./csvancestry_format.inc |
Scan the input CSV file and create a taxonomy structure out of it. |
|
1 |
taxonomy_xml_csv_format_info |
./csv_format.inc |
Return information about this format |
|
|
taxonomy_xml_csv_parse |
./csv_format.inc |
Scan the input CSV file and create a taxonomy structure out of it. |
|
1 |
taxonomy_xml_current_terms |
./taxonomy_xml.module |
Returns a HANDLE on the current working list of terms. |
3 |
|
taxonomy_xml_element_data |
./xml_format.inc |
Call-back function used by the XML parser. |
|
1 |
taxonomy_xml_element_end |
./xml_format.inc |
Call-back function used by the XML parser. |
|
1 |
taxonomy_xml_element_start |
./xml_format.inc |
Call-back function used by the XML parser. |
|
1 |
taxonomy_xml_entity_to_rdf |
./rdf_format.inc |
Given a Drupal object, some mapping rules and a DOMDocument, create the XML representationof the thing |
2 |
|
taxonomy_xml_export |
./taxonomy_xml.module |
Page callback. Displays an unordered list of all available vocabularies for
export |
|
1 |
taxonomy_xml_export_term |
./taxonomy_xml.module |
Return a representation of the requested term |
|
|
taxonomy_xml_features_api |
./taxonomy_xml.module |
Implementation of hook_features_api(). |
|
|
taxonomy_xml_fetch_and_import |
./taxonomy_xml.module |
Fetches the data according to the given method, then invokes the import on
that data. |
2 |
|
taxonomy_xml_file |
./taxonomy_xml.module |
Return a flat file representation of the requested vocab |
|
1 |
taxonomy_xml_flush_cache_file |
./taxonomy_xml.module |
Utility menu callback. |
|
1 |
taxonomy_xml_flush_file_cache |
./taxonomy_xml.module |
Deletes ALL cached files. Accessed in the 'advanced' section of the import
form. |
|
1 |
taxonomy_xml_formats |
./taxonomy_xml.module |
Return a list of available file formats. |
1 |
|
taxonomy_xml_get_literal_string |
./rdf_format.inc |
Choose a string from an array of language-tagged possibilities |
1 |
|
taxonomy_xml_get_mapping |
./rdf_format.inc |
Translate the rdf entity mapping array into something indexed. |
2 |
|
taxonomy_xml_get_namespaces |
./rdf_format.inc |
Returns an array of RDF namespaces defined in modules that implement
hook_rdf_namespaces(). |
1 |
|
taxonomy_xml_get_term |
./taxonomy_xml.module |
A variation of taxonomy_get_term - load all the peripheral term info too |
|
|
taxonomy_xml_get_term_ancestors |
./taxonomy_xml.module |
Return a list of all terms in the ancestry chain of the given term. |
1 |
|