Search for taxonomy
- Search 9.5.x for taxonomy
- Search 8.9.x for taxonomy
- Search 10.3.x for taxonomy
- Search 11.x for taxonomy
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
taxonomy_update_7008 | function | modules/ |
Change the weight columns to normal int. |
taxonomy_update_7009 | function | modules/ |
Change {taxonomy_term_data}.format into varchar. |
taxonomy_update_7010 | function | modules/ |
Change {taxonomy_index}.created to support signed int. |
taxonomy_update_7011 | function | modules/ |
Drop unpublished nodes from the index. |
taxonomy_update_dependencies | function | modules/ |
Implements hook_update_dependencies(). |
taxonomy_vocabulary_confirm_delete | function | modules/ |
Form builder for the vocabulary delete confirmation form. |
taxonomy_vocabulary_confirm_delete_submit | function | modules/ |
Submit handler to delete a vocabulary after confirmation. |
taxonomy_vocabulary_confirm_reset_alphabetical | function | modules/ |
Form builder to confirm resetting a vocabulary to alphabetical order. |
taxonomy_vocabulary_confirm_reset_alphabetical_submit | function | modules/ |
Submit handler to reset a vocabulary to alphabetical order after confirmation. |
taxonomy_vocabulary_delete | function | modules/ |
Deletes a vocabulary. |
taxonomy_vocabulary_get_names | function | modules/ |
Get names for all taxonomy vocabularies. |
taxonomy_vocabulary_load | function | modules/ |
Return the vocabulary object matching a vocabulary ID. |
taxonomy_vocabulary_load_multiple | function | modules/ |
Load multiple taxonomy vocabularies based on certain conditions. |
taxonomy_vocabulary_machine_name_load | function | modules/ |
Return the vocabulary object matching a vocabulary machine name. |
taxonomy_vocabulary_save | function | modules/ |
Saves a vocabulary. |
taxonomy_vocabulary_static_reset | function | modules/ |
Clear all static cache variables for vocabularies. |
template_preprocess_taxonomy_term | function | modules/ |
Process variables for taxonomy-term.tpl.php. |
TestTaxonomyTermController | class | modules/ |
Test controller class for taxonomy terms. |
TestTaxonomyTermController::loadFromCache | function | modules/ |
|
theme_taxonomy_overview_terms | function | modules/ |
Returns HTML for a terms overview form as a sortable list of terms. |
theme_taxonomy_overview_vocabularies | function | modules/ |
Returns HTML for the vocabulary overview form as a sortable list of vocabularies. |
TriggerOtherTestCase::testActionsTaxonomy | function | modules/ |
Tests triggering on taxonomy new term. |
trigger_taxonomy_term_delete | function | modules/ |
Implements hook_taxonomy_term_delete(). |
trigger_taxonomy_term_insert | function | modules/ |
Implements hook_taxonomy_term_insert(). |
trigger_taxonomy_term_update | function | modules/ |
Implements hook_taxonomy_term_update(). |
upgrade.taxonomy.test | file | modules/ |
|
UpgradePathTaxonomyTestCase | class | modules/ |
Test taxonomy upgrades. |
UpgradePathTaxonomyTestCase::getInfo | function | modules/ |
|
UpgradePathTaxonomyTestCase::instanceVocabularies | function | modules/ |
Retrieve an array mapping allowed vocabulary id to field name for all taxonomy_term_reference fields for which an instance exists for the specified entity type and bundle. |
UpgradePathTaxonomyTestCase::setUp | function | modules/ |
Overrides DrupalWebTestCase::setUp() for upgrade testing. |
UpgradePathTaxonomyTestCase::testTaxonomyUpgrade | function | modules/ |
Basic tests for the taxonomy upgrade. |
UpgradePathTriggerTestCase::testTaxonomyUpgrade | function | modules/ |
Basic tests for the trigger upgrade. |
_taxonomy_get_tid_from_term | function | modules/ |
Helper function for array_map purposes. |
_trigger_taxonomy | function | modules/ |
Calls action functions for taxonomy triggers. |
_update_7002_taxonomy_get_vocabularies | function | modules/ |
Utility function: get the list of vocabularies directly from the database. |
Pagination
- Previous page
- Page 7
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.