| TableSort::init | core/includes/tablesort.class.inc | Initialize the table sort context. | 
          
                  | TableSort::order | core/includes/tablesort.class.inc | Determine the current sort criterion. | 
          
                  | TableSort::orderByHeader | core/includes/tablesort.class.inc | Order the query based on a header array. | 
          
                  | TableSort::__construct | core/includes/tablesort.class.inc | Creates a SelectQueryExtender object. | 
          
                  | TableSortExampleTestCase::setUp | modules/examples/tablesort_example/tests/tablesort_example.test | Sets up a Backdrop site for running functional and integration tests. | 
          
                  | TableSortExampleTestCase::testTableSortPage | modules/examples/tablesort_example/tests/tablesort_example.test | Verify the functionality of the example module. | 
          
                  | TableSortTest::setUp | core/modules/simpletest/tests/tablesort.test | Sets up unit test environment. | 
          
                  | TableSortTest::tearDown | core/modules/simpletest/tests/tablesort.test | Clean up any database tables, configuration, or files after each test run. | 
          
                  | TableSortTest::testTableSortInit | core/modules/simpletest/tests/tablesort.test | Test tablesort_init(). | 
          
                  | tablesort_cell | core/includes/tablesort.inc | Formats a table cell. | 
          
                  | tablesort_example_install | modules/examples/tablesort_example/tablesort_example.install | Implements hook_install(). | 
          
                  | tablesort_example_menu | modules/examples/tablesort_example/tablesort_example.module | Implements hook_menu(). | 
          
                  | tablesort_example_page | modules/examples/tablesort_example/tablesort_example.module | Builds the table render array. | 
          
                  | tablesort_example_schema | modules/examples/tablesort_example/tablesort_example.install | Implements hook_schema(). | 
          
                  | tablesort_get_order | core/includes/tablesort.inc | Determines the current sort criterion. | 
          
                  | tablesort_get_query_parameters | core/includes/tablesort.inc | Composes a URL query parameter array for table sorting links. | 
          
                  | tablesort_get_sort | core/includes/tablesort.inc | Determines the current sort direction. | 
          
                  | tablesort_header | core/includes/tablesort.inc | Formats a column header. | 
          
                  | tablesort_init | core/includes/tablesort.inc | Initializes the table sort context. | 
          
                  | TaxonomyEFQTestCase::setUp | core/modules/taxonomy/tests/taxonomy.test | Sets up a Backdrop site for running functional and integration tests. | 
          
                  | TaxonomyEFQTestCase::testTaxonomyEFQ | core/modules/taxonomy/tests/taxonomy.test | Tests that a basic taxonomy EntityFieldQuery works. | 
          
                  | TaxonomyHooksTestCase::setUp | core/modules/taxonomy/tests/taxonomy.test | Sets up a Backdrop site for running functional and integration tests. | 
          
                  | TaxonomyHooksTestCase::testTaxonomyTermHooks | core/modules/taxonomy/tests/taxonomy.test | Test that hooks are run correctly on creating, editing, viewing,
and deleting a term. | 
          
                  | TaxonomyLanguageFunctionalTest::setUp | core/modules/taxonomy/tests/taxonomy.test | Sets up a Backdrop site for running functional and integration tests. | 
          
                  | TaxonomyLanguageFunctionalTest::testNodeTermLanguageCreation | core/modules/taxonomy/tests/taxonomy.test | Test term creation with a free-tagging vocabulary from the node form. | 
          
                  | TaxonomyLanguageFunctionalTest::testVocabularyLanguageInterface | core/modules/taxonomy/tests/taxonomy.test | Create, configure and delete a vocabulary via the user interface. | 
          
                  | TaxonomyLegacyTestCase::setUp | core/modules/taxonomy/tests/taxonomy.test | Sets up a Backdrop site for running functional and integration tests. | 
          
                  | TaxonomyLegacyTestCase::testTaxonomyLegacyNode | core/modules/taxonomy/tests/taxonomy.test | Test taxonomy functionality with nodes prior to 1970. | 
          
                  | TaxonomyLoadMultipleUnitTest::setUp | core/modules/taxonomy/tests/taxonomy.test | Sets up a Backdrop site for running functional and integration tests. | 
          
                  | TaxonomyLoadMultipleUnitTest::testTaxonomyTermMultipleLoad | core/modules/taxonomy/tests/taxonomy.test | Create a vocabulary and some taxonomy terms, ensuring they're loaded
correctly using taxonomy_term_load_multiple(). | 
          
                  | TaxonomyQueryAlterTestCase::assertQueryTagTestResult | core/modules/taxonomy/tests/taxonomy.test | Verifies invocation of the hooks in the test module. | 
          
                  | TaxonomyQueryAlterTestCase::setUp | core/modules/taxonomy/tests/taxonomy.test | Sets up a Backdrop site for running functional and integration tests. | 
          
                  | TaxonomyQueryAlterTestCase::setupQueryTagTestHooks | core/modules/taxonomy/tests/taxonomy.test | Sets up the hooks in the test module. | 
          
                  | TaxonomyQueryAlterTestCase::testTaxonomyQueryAlter | core/modules/taxonomy/tests/taxonomy.test | Tests that appropriate tags are added when querying the database. | 
          
                  | TaxonomyRSSTestCase::setUp | core/modules/taxonomy/tests/taxonomy.test | Sets up a Backdrop site for running functional and integration tests. | 
          
                  | TaxonomyRSSTestCase::testTaxonomyRSS | core/modules/taxonomy/tests/taxonomy.test | Tests that terms added to nodes are displayed in core RSS feed. | 
          
                  | TaxonomyTerm::access | core/modules/taxonomy/taxonomy.entity.inc | Overrides Entity::access(). | 
          
                  | TaxonomyTerm::bundle | core/modules/taxonomy/taxonomy.entity.inc | Implements EntityInterface::bundle(). | 
          
                  | TaxonomyTerm::createAccess | core/modules/taxonomy/taxonomy.entity.inc | Overrides Entity::createAccess(). | 
          
                  | TaxonomyTerm::entityType | core/modules/taxonomy/taxonomy.entity.inc | Implements EntityInterface::entityType(). | 
          
                  | TaxonomyTerm::id | core/modules/taxonomy/taxonomy.entity.inc | Implements EntityInterface::id(). | 
          
                  | TaxonomyTerm::uri | core/modules/taxonomy/taxonomy.entity.inc | Implements EntityInterface::uri() | 
          
                  | TaxonomyTermController::buildContent | core/modules/taxonomy/taxonomy.entity.inc | Implements EntityControllerInterface::buildContent(). | 
          
                  | TaxonomyTermController::buildQuery | core/modules/taxonomy/taxonomy.entity.inc | Overrides EntityDatabaseStorageController::buildQuery(). | 
          
                  | TaxonomyTermController::cacheGet | core/modules/taxonomy/taxonomy.entity.inc | Overrides EntityDatabaseStorageController::cacheGet(). | 
          
                  | TaxonomyTermController::create | core/modules/taxonomy/taxonomy.entity.inc | Overrides EntityDatabaseStorageController::create(). | 
          
                  | TaxonomyTermController::postDelete | core/modules/taxonomy/taxonomy.entity.inc | Overrides EntityDatabaseStorageController::postDelete(). | 
          
                  | TaxonomyTermController::postSave | core/modules/taxonomy/taxonomy.entity.inc | Overrides EntityDatabaseStorageController::postSave(). | 
          
                  | TaxonomyTermController::resetCache | core/modules/taxonomy/taxonomy.entity.inc | Implements EntityControllerInterface::resetCache(). | 
          
                  | TaxonomyTermController::view | core/modules/taxonomy/taxonomy.entity.inc | Overrides DefaultEntityController::view(). |