Search for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TaxonomyTokenReplaceTestCase::$instance | property | modules/ |
|
| TaxonomyTokenReplaceTestCase::$langcode | property | modules/ |
|
| TaxonomyTokenReplaceTestCase::$vocabulary | property | modules/ |
|
| TaxonomyTokenReplaceTestCase::getInfo | function | modules/ |
|
| TaxonomyTokenReplaceTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| TaxonomyTokenReplaceTestCase::testTaxonomyTokenReplacement | function | modules/ |
Creates some terms and a node, then tests the tokens generated from them. |
| TaxonomyVocabularyFunctionalTest | class | modules/ |
Tests the taxonomy vocabulary interface. |
| TaxonomyVocabularyFunctionalTest::$admin_user | property | modules/ |
|
| TaxonomyVocabularyFunctionalTest::$vocabulary | property | modules/ |
|
| TaxonomyVocabularyFunctionalTest::getInfo | function | modules/ |
|
| TaxonomyVocabularyFunctionalTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| TaxonomyVocabularyFunctionalTest::testTaxonomyAdminChangingWeights | function | modules/ |
Changing weights on the vocabulary overview with two or more vocabularies. |
| TaxonomyVocabularyFunctionalTest::testTaxonomyAdminDeletingVocabulary | function | modules/ |
Deleting a vocabulary. |
| TaxonomyVocabularyFunctionalTest::testTaxonomyAdminNoVocabularies | function | modules/ |
Test the vocabulary overview with no vocabularies. |
| TaxonomyVocabularyFunctionalTest::testVocabularyInterface | function | modules/ |
Create, edit and delete a vocabulary via the user interface. |
| TaxonomyVocabularyTestCase | class | modules/ |
Tests for taxonomy vocabulary functions. |
| TaxonomyVocabularyTestCase::$field | property | modules/ |
|
| TaxonomyVocabularyTestCase::$field_name | property | modules/ |
|
| TaxonomyVocabularyTestCase::$instance | property | modules/ |
|
| TaxonomyVocabularyTestCase::$vocabulary | property | modules/ |
|
| TaxonomyVocabularyTestCase::getInfo | function | modules/ |
|
| TaxonomyVocabularyTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| TaxonomyVocabularyTestCase::testTaxonomyVocabularyChangeMachineName | function | modules/ |
Tests that machine name changes are properly reflected. |
| TaxonomyVocabularyTestCase::testTaxonomyVocabularyDeleteWithTerms | function | modules/ |
Test deleting a taxonomy that contains terms. |
| TaxonomyVocabularyTestCase::testTaxonomyVocabularyLoadMultiple | function | modules/ |
Tests for loading multiple vocabularies. |
| TaxonomyVocabularyTestCase::testTaxonomyVocabularyLoadReturnFalse | function | modules/ |
Ensure that when an invalid vocabulary vid is loaded, it is possible to load the same vid successfully if it subsequently becomes valid. |
| TaxonomyVocabularyTestCase::testTaxonomyVocabularyLoadStaticReset | function | modules/ |
Ensure that the vocabulary static reset works correctly. |
| TaxonomyVocabularyTestCase::testUninstallReinstall | function | modules/ |
Test uninstall and reinstall of the taxonomy module. |
| TaxonomyWebTestCase | class | modules/ |
Provides common helper methods for Taxonomy module tests. |
| TaxonomyWebTestCase::createTerm | function | modules/ |
Returns a new term with random properties in vocabulary $vid. |
| TaxonomyWebTestCase::createVocabulary | function | modules/ |
Returns a new vocabulary with random properties. |
| taxonomy_admin_paths | function | modules/ |
Implements hook_admin_paths(). |
| taxonomy_allowed_values | function | modules/ |
Returns the set of valid terms for a taxonomy field. |
| taxonomy_field_extra_fields | function | modules/ |
Implements hook_field_extra_fields(). |
| taxonomy_field_is_empty | function | modules/ |
Implements hook_field_is_empty(). |
| taxonomy_field_presave | function | modules/ |
Implements hook_field_presave(). |
| taxonomy_field_schema | function | modules/ |
Implements hook_field_schema(). |
| taxonomy_field_settings_form | function | modules/ |
Implements hook_field_settings_form(). |
| taxonomy_file_download_access | function | modules/ |
Implements hook_file_download_access(). |
| taxonomy_form_term_submit | function | modules/ |
Submit handler to insert or update a term. |
| taxonomy_form_term_submit_build_taxonomy_term | function | modules/ |
Updates the form state's term entity by processing this submission's values. |
| taxonomy_form_vocabulary_submit | function | modules/ |
Form submission handler for taxonomy_form_vocabulary(). |
| taxonomy_get_parents | function | modules/ |
Finds all parents of a given term ID. |
| taxonomy_get_parents_all | function | modules/ |
Find all ancestors of a given term ID. |
| taxonomy_get_vocabularies | function | modules/ |
Return an array of all vocabulary objects. |
| taxonomy_implode_tags | function | modules/ |
Implodes a list of tags of a certain vocabulary into a string. |
| taxonomy_nodes_test.info | file | modules/ |
name = "Taxonomy module node list tests" description = "Support module for taxonomy node list related testing." package = Testing version = VERSION core = 7.x hidden = TRUE |
| taxonomy_nodes_test.module | file | modules/ |
Dummy module implementing hook_query_TAG_alter. |
| taxonomy_nodes_test_query_node_access_alter | function | modules/ |
Implements hook_query_TAG_alter(). |
| taxonomy_node_insert | function | modules/ |
Implements hook_node_insert(). |
Pagination
- Previous page
- Page 155
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.