File name Locationsort descending Description
views_handler_filter_system_type.inc core/modules/system/views/views_handler_filter_system_type.inc Definition of views_handler_filter_system_type.
taxonomy.css core/modules/taxonomy/css/taxonomy.css Styles for administration pages.
taxonomy_term_depth_access.inc core/modules/taxonomy/layout/taxonomy_term_depth_access.inc Plugin to provide access control based upon taxonomy term depth.
taxonomy.admin.inc core/modules/taxonomy/taxonomy.admin.inc Admin page callbacks for the Taxonomy module.
taxonomy.api.php core/modules/taxonomy/taxonomy.api.php Hooks provided by the Taxonomy module.
taxonomy.entity.inc core/modules/taxonomy/taxonomy.entity.inc Entity classes and controllers for Taxonomy module.
taxonomy.info core/modules/taxonomy/taxonomy.info name = Taxonomy description = Enables the organization of content by category. package = Categorization tags[] = Taxonomy tags[] = Structure version = BACKDROP_VERSION type = module backdrop = 1.x dependencies[] = options dependencies[] =…
taxonomy.install core/modules/taxonomy/taxonomy.install Install, update and uninstall functions for the taxonomy module.
taxonomy.module core/modules/taxonomy/taxonomy.module Enables the organization of content into categories.
taxonomy.pages.inc core/modules/taxonomy/taxonomy.pages.inc Page callbacks for the taxonomy module.
taxonomy.path.inc core/modules/taxonomy/taxonomy.path.inc Path integration.
taxonomy.theme.inc core/modules/taxonomy/taxonomy.theme.inc Theme functions for the Taxonomy module.
taxonomy.tokens.inc core/modules/taxonomy/taxonomy.tokens.inc Builds placeholder replacement tokens for taxonomy terms and vocabularies.
taxonomy_vocabulary.class.inc core/modules/taxonomy/taxonomy_vocabulary.class.inc
taxonomy-term.tpl.php core/modules/taxonomy/templates/taxonomy-term.tpl.php Default theme implementation to display a term.
taxonomy.test core/modules/taxonomy/tests/taxonomy.test Tests for taxonomy.module.
taxonomy.tests.info core/modules/taxonomy/tests/taxonomy.tests.info [TaxonomyVocabularyFunctionalTest] name = Taxonomy vocabulary interface description = Test the taxonomy vocabulary interface. group = Taxonomy file = taxonomy.test [TaxonomyVocabularyUnitTest] name = Taxonomy vocabularies description = Test loading,…
taxonomy_nodes_test.info core/modules/taxonomy/tests/taxonomy_nodes_test/taxonomy_nodes_test.info name = Taxonomy module node list tests type = module description = Support module for taxonomy node list related testing. package = Testing version = VERSION backdrop = 1.x hidden = TRUE
taxonomy_nodes_test.module core/modules/taxonomy/tests/taxonomy_nodes_test/taxonomy_nodes_test.module Dummy module implementing hook_query_TAG_alter.
taxonomy_views_handler_relationship_node_term_data.test core/modules/taxonomy/tests/taxonomy_views_handler_relationship_node_term_data.test Definition of ViewsHandlerRelationshipNodeTermDataTest.
taxonomy_vocab_load_test.info core/modules/taxonomy/tests/taxonomy_vocab_load_test/taxonomy_vocab_load_test.info name = Taxonomy vocabulary load test type = module description = Test for hook_taxonomy_vocabulary_load. package = Testing version = VERSION backdrop = 1.x hidden = TRUE
taxonomy_vocab_load_test.module core/modules/taxonomy/tests/taxonomy_vocab_load_test/taxonomy_vocab_load_test.module Dummy module implementing hook_taxonomy_vocabulary_load().
taxonomy.views.inc core/modules/taxonomy/views/taxonomy.views.inc Provide views data and handlers for taxonomy.module.
views_handler_argument_taxonomy.inc core/modules/taxonomy/views/views_handler_argument_taxonomy.inc Definition of views_handler_argument_taxonomy.
views_handler_argument_term_language.inc core/modules/taxonomy/views/views_handler_argument_term_language.inc Definition of views_handler_argument_term_language.
views_handler_argument_term_node_tid.inc core/modules/taxonomy/views/views_handler_argument_term_node_tid.inc Definition of views_handler_argument_term_node_tid.
views_handler_argument_term_node_tid_depth.inc core/modules/taxonomy/views/views_handler_argument_term_node_tid_depth.inc Definition of views_handler_argument_term_node_tid_depth.
views_handler_argument_term_node_tid_depth_modifier.inc core/modules/taxonomy/views/views_handler_argument_term_node_tid_depth_modifier.inc Definition of views_handler_argument_term_node_tid_depth_modif.
views_handler_argument_vocabulary.inc core/modules/taxonomy/views/views_handler_argument_vocabulary.inc
views_handler_field_taxonomy.inc core/modules/taxonomy/views/views_handler_field_taxonomy.inc Definition of views_handler_field_taxonomy.
views_handler_field_term_link_edit.inc core/modules/taxonomy/views/views_handler_field_term_link_edit.inc Definition of views_handler_field_term_link_edit.
views_handler_field_term_node_tid.inc core/modules/taxonomy/views/views_handler_field_term_node_tid.inc Definition of views_handler_field_term_node_tid.
views_handler_field_term_path.inc core/modules/taxonomy/views/views_handler_field_term_path.inc Handler for term path field.
views_handler_field_vocabulary.inc core/modules/taxonomy/views/views_handler_field_vocabulary.inc
views_handler_filter_term_node_tid.inc core/modules/taxonomy/views/views_handler_filter_term_node_tid.inc Definition of views_handler_filter_term_node_tid.
views_handler_filter_term_node_tid_depth.inc core/modules/taxonomy/views/views_handler_filter_term_node_tid_depth.inc Definition of views_handler_filter_term_node_tid_depth.
views_handler_filter_vocabulary.inc core/modules/taxonomy/views/views_handler_filter_vocabulary.inc Definition of views_handler_filter_vocabulary_vid.
views_handler_relationship_node_term_data.inc core/modules/taxonomy/views/views_handler_relationship_node_term_data.inc Definition of views_handler_relationship_node_term_data.
views_plugin_argument_default_taxonomy_tid.inc core/modules/taxonomy/views/views_plugin_argument_default_taxonomy_tid.inc Definition of views_plugin_argument_default_taxonomy_tid.
views_plugin_argument_validate_taxonomy_term.inc core/modules/taxonomy/views/views_plugin_argument_validate_taxonomy_term.inc Contains the 'taxonomy term' argument validator plugin.
telemetry.admin.css core/modules/telemetry/css/telemetry.admin.css /** * Telemetry report. */ .telemetry-report td { vertical-align: top; } .telemetry-report .telemetry-item-label { font-weight: bold; } .telemetry-report .telemetry-item-project { font-size: 0.9em; color: #444; } .telemetry-report…
telemetry.admin.inc core/modules/telemetry/telemetry.admin.inc
telemetry.api.php core/modules/telemetry/telemetry.api.php Hooks provided by the Telemetry module.
telemetry.info core/modules/telemetry/telemetry.info name = Telemetry description = Collects anonymous usage information to help improve Backdrop CMS and contributed modules. package = System version = BACKDROP_VERSION type = module backdrop = 1.x
telemetry.install core/modules/telemetry/telemetry.install Install, update and uninstall functions for the Telemetry module.
telemetry.module core/modules/telemetry/telemetry.module Collects usage information to help improve Backdrop CMS.
telemetry.telemetry.inc core/modules/telemetry/telemetry.telemetry.inc Telemetry hook implementations.
translation.test core/modules/translation/tests/translation.test Tests for the Translation module.
translation.tests.info core/modules/translation/tests/translation.tests.info [TranslationTestCase] name = Translation functionality description = Create a page with translation, modify the page outdating translation, and update translation. group = Translation file = translation.test
translation_test.info core/modules/translation/tests/translation_test/translation_test.info name = "Content Translation Test" description = "Support module for the content translation tests." backdrop = 1.x package = Testing version = BACKDROP_VERSION type = module hidden = TRUE

Pages