| TaxonomyHooksTestCase |
class |
modules/taxonomy/taxonomy.test |
Tests for taxonomy hook invocation. |
| TaxonomyHooksTestCase::getInfo |
function |
modules/taxonomy/taxonomy.test |
|
| TaxonomyHooksTestCase::setUp |
function |
modules/taxonomy/taxonomy.test |
|
| TaxonomyHooksTestCase::testTaxonomyTermHooks |
function |
modules/taxonomy/taxonomy.test |
Test that hooks are run correctly on creating, editing, viewing,
and deleting a term. |
| TaxonomyLegacyTestCase |
class |
modules/taxonomy/taxonomy.test |
Test for legacy node bug. |
| TaxonomyLegacyTestCase::$admin_user |
property |
modules/taxonomy/taxonomy.test |
|
| TaxonomyLegacyTestCase::getInfo |
function |
modules/taxonomy/taxonomy.test |
|
| TaxonomyLegacyTestCase::setUp |
function |
modules/taxonomy/taxonomy.test |
|
| TaxonomyLegacyTestCase::testTaxonomyLegacyNode |
function |
modules/taxonomy/taxonomy.test |
Test taxonomy functionality with nodes prior to 1970. |
| TaxonomyLoadMultipleTestCase |
class |
modules/taxonomy/taxonomy.test |
Test the taxonomy_term_load_multiple() function. |
| TaxonomyLoadMultipleTestCase::$taxonomy_admin |
property |
modules/taxonomy/taxonomy.test |
|
| TaxonomyLoadMultipleTestCase::getInfo |
function |
modules/taxonomy/taxonomy.test |
|
| TaxonomyLoadMultipleTestCase::setUp |
function |
modules/taxonomy/taxonomy.test |
|
| TaxonomyLoadMultipleTestCase::testTaxonomyTermMultipleLoad |
function |
modules/taxonomy/taxonomy.test |
Create a vocabulary and some taxonomy terms, ensuring they're loaded
correctly using taxonomy_term_load_multiple(). |
| TaxonomyPrivateFileTestCase |
class |
modules/taxonomy/taxonomy.test |
Tests appropriate access control to private file fields on a term. |
| TaxonomyPrivateFileTestCase::$vocabulary |
property |
modules/taxonomy/taxonomy.test |
|
| TaxonomyPrivateFileTestCase::getInfo |
function |
modules/taxonomy/taxonomy.test |
|
| TaxonomyPrivateFileTestCase::setUp |
function |
modules/taxonomy/taxonomy.test |
|
| TaxonomyPrivateFileTestCase::testTaxonomyImageAccess |
function |
modules/taxonomy/taxonomy.test |
Tests access to a private file on a taxonomy term entity. |
| TaxonomyQueryAlterTestCase |
class |
modules/taxonomy/taxonomy.test |
Tests that appropriate query tags are added. |
| TaxonomyQueryAlterTestCase::assertQueryTagTestResult |
function |
modules/taxonomy/taxonomy.test |
Verifies invocation of the hooks in the test module. |
| TaxonomyQueryAlterTestCase::getInfo |
function |
modules/taxonomy/taxonomy.test |
|
| TaxonomyQueryAlterTestCase::setUp |
function |
modules/taxonomy/taxonomy.test |
|
| TaxonomyQueryAlterTestCase::setupQueryTagTestHooks |
function |
modules/taxonomy/taxonomy.test |
Sets up the hooks in the test module. |
| TaxonomyQueryAlterTestCase::testTaxonomyQueryAlter |
function |
modules/taxonomy/taxonomy.test |
Tests that appropriate tags are added when querying the database. |
| TaxonomyRSSTestCase |
class |
modules/taxonomy/taxonomy.test |
Tests the rendering of term reference fields in RSS feeds. |
| TaxonomyRSSTestCase::$admin_user |
property |
modules/taxonomy/taxonomy.test |
|
| TaxonomyRSSTestCase::$instance |
property |
modules/taxonomy/taxonomy.test |
|
| TaxonomyRSSTestCase::$vocabulary |
property |
modules/taxonomy/taxonomy.test |
|
| TaxonomyRSSTestCase::getInfo |
function |
modules/taxonomy/taxonomy.test |
|
| TaxonomyRSSTestCase::setUp |
function |
modules/taxonomy/taxonomy.test |
|
| TaxonomyRSSTestCase::testTaxonomyRSS |
function |
modules/taxonomy/taxonomy.test |
Tests that terms added to nodes are displayed in core RSS feed. |
| TaxonomyTermCacheUsageTestCase |
class |
modules/taxonomy/taxonomy.test |
Tests for taxonomy terms cache usage. |
| TaxonomyTermCacheUsageTestCase::getInfo |
function |
modules/taxonomy/taxonomy.test |
|
| TaxonomyTermCacheUsageTestCase::setUp |
function |
modules/taxonomy/taxonomy.test |
|
| TaxonomyTermCacheUsageTestCase::testTaxonomyGetTermByNameCacheUsage |
function |
modules/taxonomy/taxonomy.test |
Test taxonomy_get_term_by_name() cache usage. |
| TaxonomyTermController |
class |
modules/taxonomy/taxonomy.module |
Controller class for taxonomy terms. |
| TaxonomyTermController::buildQuery |
function |
modules/taxonomy/taxonomy.module |
|
| TaxonomyTermController::cacheGet |
function |
modules/taxonomy/taxonomy.module |
|
| TaxonomyTermFieldMultipleVocabularyTestCase |
class |
modules/taxonomy/taxonomy.test |
Tests a taxonomy term reference field that allows multiple vocabularies. |
| TaxonomyTermFieldMultipleVocabularyTestCase::$field |
property |
modules/taxonomy/taxonomy.test |
|
| TaxonomyTermFieldMultipleVocabularyTestCase::$field_name |
property |
modules/taxonomy/taxonomy.test |
|
| TaxonomyTermFieldMultipleVocabularyTestCase::$instance |
property |
modules/taxonomy/taxonomy.test |
|
| TaxonomyTermFieldMultipleVocabularyTestCase::$vocabulary1 |
property |
modules/taxonomy/taxonomy.test |
|
| TaxonomyTermFieldMultipleVocabularyTestCase::$vocabulary2 |
property |
modules/taxonomy/taxonomy.test |
|
| TaxonomyTermFieldMultipleVocabularyTestCase::getInfo |
function |
modules/taxonomy/taxonomy.test |
|
| TaxonomyTermFieldMultipleVocabularyTestCase::setUp |
function |
modules/taxonomy/taxonomy.test |
|
| TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies |
function |
modules/taxonomy/taxonomy.test |
Tests term reference field and widget with multiple vocabularies. |
| TaxonomyTermFieldTestCase |
class |
modules/taxonomy/taxonomy.test |
Tests for taxonomy term field and formatter. |
| TaxonomyTermFieldTestCase::$field |
property |
modules/taxonomy/taxonomy.test |
|