File name Locationsort ascending Description
update.css core/modules/update/css/update.css Styles used by the Update Manager module.
views_handler_relationship_translation.inc core/modules/translation/views/views_handler_relationship_translation.inc Definition of views_handler_relationship_translation.
views_handler_filter_node_tnid_child.inc core/modules/translation/views/views_handler_filter_node_tnid_child.inc Definition of views_handler_filter_node_tnid_child.
views_handler_filter_node_tnid.inc core/modules/translation/views/views_handler_filter_node_tnid.inc Definition of views_handler_filter_node_tnid.
views_handler_field_node_translation_link.inc core/modules/translation/views/views_handler_field_node_translation_link.inc Definition of views_handler_field_node_translation_link.
views_handler_field_node_link_translate.inc core/modules/translation/views/views_handler_field_node_link_translate.inc Definition of views_handler_field_node_link_translate.
views_handler_argument_node_tnid.inc core/modules/translation/views/views_handler_argument_node_tnid.inc Provide node tnid argument handler.
translation.views.inc core/modules/translation/views/translation.views.inc Provide views data and handlers for translation.module.
translation.pages.inc core/modules/translation/translation.pages.inc User page callbacks for the Translation module.
translation.module core/modules/translation/translation.module Manages content translations.
translation.install core/modules/translation/translation.install Install, update and uninstall functions for the Translation module.
translation.info core/modules/translation/translation.info type = module name = Content Translation description = Allows content to be translated into different languages. dependencies[] = locale package = Translation tags[] = Language version = BACKDROP_VERSION backdrop = 1.x
translation_test.module core/modules/translation/tests/translation_test/translation_test.module Mock module for content translation tests.
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
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 core/modules/translation/tests/translation.test Tests for the Translation module.
telemetry.telemetry.inc core/modules/telemetry/telemetry.telemetry.inc Telemetry hook implementations.
telemetry.module core/modules/telemetry/telemetry.module Collects usage information to help improve Backdrop CMS.
telemetry.install core/modules/telemetry/telemetry.install Install, update and uninstall functions for 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.api.php core/modules/telemetry/telemetry.api.php Hooks provided by the Telemetry module.
telemetry.admin.inc core/modules/telemetry/telemetry.admin.inc
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…
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.
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_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_handler_filter_vocabulary.inc core/modules/taxonomy/views/views_handler_filter_vocabulary.inc Definition of views_handler_filter_vocabulary_vid.
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_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_field_vocabulary.inc core/modules/taxonomy/views/views_handler_field_vocabulary.inc
views_handler_field_term_path.inc core/modules/taxonomy/views/views_handler_field_term_path.inc Handler for term path field.
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_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_taxonomy.inc core/modules/taxonomy/views/views_handler_field_taxonomy.inc Definition of views_handler_field_taxonomy.
views_handler_argument_vocabulary.inc core/modules/taxonomy/views/views_handler_argument_vocabulary.inc
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_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.inc core/modules/taxonomy/views/views_handler_argument_term_node_tid.inc Definition of views_handler_argument_term_node_tid.
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_taxonomy.inc core/modules/taxonomy/views/views_handler_argument_taxonomy.inc Definition of views_handler_argument_taxonomy.
taxonomy.views.inc core/modules/taxonomy/views/taxonomy.views.inc Provide views data and handlers for taxonomy.module.
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_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_views_handler_relationship_node_term_data.test core/modules/taxonomy/tests/taxonomy_views_handler_relationship_node_term_data.test Definition of ViewsHandlerRelationshipNodeTermDataTest.
taxonomy_nodes_test.module core/modules/taxonomy/tests/taxonomy_nodes_test/taxonomy_nodes_test.module Dummy module implementing hook_query_TAG_alter.
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.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.test core/modules/taxonomy/tests/taxonomy.test Tests for taxonomy.module.
taxonomy-term.tpl.php core/modules/taxonomy/templates/taxonomy-term.tpl.php Default theme implementation to display a term.
taxonomy_vocabulary.class.inc core/modules/taxonomy/taxonomy_vocabulary.class.inc

Pages