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::label |
core/modules/taxonomy/taxonomy.entity.inc |
Implements EntityInterface::label(). |
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(). |
TaxonomyTermDepthLayoutAccess::checkAccess |
core/modules/taxonomy/layout/taxonomy_term_depth_access.inc |
Checks for access based on the available context. |
TaxonomyTermDepthLayoutAccess::form |
core/modules/taxonomy/layout/taxonomy_term_depth_access.inc |
Settings form for configuring this access item. |
TaxonomyTermDepthLayoutAccess::formSubmit |
core/modules/taxonomy/layout/taxonomy_term_depth_access.inc |
Submit handler for the settings form for this access item. |
TaxonomyTermDepthLayoutAccess::getTermDepth |
core/modules/taxonomy/layout/taxonomy_term_depth_access.inc |
Gets the depth of a term. |
TaxonomyTermDepthLayoutAccess::summary |
core/modules/taxonomy/layout/taxonomy_term_depth_access.inc |
Provides a human-readable summary of this access check's behavior. |
TaxonomyTermDepthLayoutAccess::__construct |
core/modules/taxonomy/layout/taxonomy_term_depth_access.inc |
Constructor for a Layout access rule. |
TaxonomyTermFieldMultipleVocabularyTestCase::setUp |
core/modules/taxonomy/tests/taxonomy.test |
Sets up a Backdrop site for running functional and integration tests. |
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies |
core/modules/taxonomy/tests/taxonomy.test |
Tests term reference field and widget with multiple vocabularies. |
TaxonomyTermFieldTestCase::setUp |
core/modules/taxonomy/tests/taxonomy.test |
Sets up a Backdrop site for running functional and integration tests. |
TaxonomyTermFieldTestCase::testTaxonomyTermFieldValidation |
core/modules/taxonomy/tests/taxonomy.test |
Test term field validation. |
TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets |
core/modules/taxonomy/tests/taxonomy.test |
Test widgets. |
TaxonomyTermIndexTestCase::setUp |
core/modules/taxonomy/tests/taxonomy.test |
Sets up a Backdrop site for running functional and integration tests. |
TaxonomyTermIndexTestCase::testTaxonomyIndex |
core/modules/taxonomy/tests/taxonomy.test |
Tests that the taxonomy index is maintained properly. |
TaxonomyTermIndexTestCase::testTaxonomyTermHierarchyBreadcrumbs |
core/modules/taxonomy/tests/taxonomy.test |
Tests that there is a link to the parent term on the child term page. |