| taxonomy_theme | core/modules/taxonomy/taxonomy.module | Implements hook_theme(). | 
          
                  | taxonomy_tokens | core/modules/taxonomy/taxonomy.tokens.inc | Implements hook_tokens(). | 
          
                  | taxonomy_token_info | core/modules/taxonomy/taxonomy.tokens.inc | Implements hook_token_info(). | 
          
                  | taxonomy_uninstall | core/modules/taxonomy/taxonomy.install | Implements hook_uninstall(). | 
          
                  | taxonomy_update_1000 | core/modules/taxonomy/taxonomy.install | Remove the {taxonomy_vocabulary}.module field. | 
          
                  | taxonomy_update_1001 | core/modules/taxonomy/taxonomy.install | Convert taxonomy vocabularies to configuration. | 
          
                  | taxonomy_update_1002 | core/modules/taxonomy/taxonomy.install | Drop the old taxonomy vocabulary table. | 
          
                  | taxonomy_update_1003 | core/modules/taxonomy/taxonomy.install | Create the taxonomy.settings config file. | 
          
                  | taxonomy_update_1004 | core/modules/taxonomy/taxonomy.install | Convert taxonomy terms per page to config. | 
          
                  | taxonomy_update_1005 | core/modules/taxonomy/taxonomy.install | Drop the old taxonomy vocabulary table for existing Backdrop installations. | 
          
                  | taxonomy_update_1006 | core/modules/taxonomy/taxonomy.install | Add langcode column to {taxonomy_term_data} table. | 
          
                  | taxonomy_update_1007 | core/modules/taxonomy/taxonomy.install | Move default taxonomy term view to taxonomy module. | 
          
                  | taxonomy_update_1008 | core/modules/taxonomy/taxonomy.install | Creates the table to enable caching of Taxonomy Term entities. | 
          
                  | taxonomy_update_1009 | core/modules/taxonomy/taxonomy.install | Add new "create terms" permission to editor and admin roles. | 
          
                  | taxonomy_update_1010 | core/modules/taxonomy/taxonomy.install | Clean up extraneous language-related configuration setting. | 
          
                  | taxonomy_update_dependencies | core/modules/taxonomy/taxonomy.install | Implements hook_update_dependencies(). | 
          
                  | taxonomy_views_api | core/modules/taxonomy/taxonomy.module | Implements hook_views_api(). | 
          
                  | taxonomy_views_data | core/modules/taxonomy/views/taxonomy.views.inc | Implements hook_views_data(). | 
          
                  | taxonomy_views_data_alter | core/modules/taxonomy/views/taxonomy.views.inc | Implements hook_views_data_alter(). | 
          
                  | taxonomy_views_plugins | core/modules/taxonomy/views/taxonomy.views.inc | Implements hook_views_plugins(). | 
          
                  | taxonomy_vocabulary_access | core/modules/taxonomy/taxonomy.module | Access callback: Checks a user's permission for performing operations on
taxonomy terms in a vocabulary. | 
          
                  | taxonomy_vocabulary_confirm_delete | core/modules/taxonomy/taxonomy.admin.inc | Form builder for the vocabulary delete confirmation form. | 
          
                  | taxonomy_vocabulary_confirm_delete_submit | core/modules/taxonomy/taxonomy.admin.inc | Submit handler to delete a vocabulary after confirmation. | 
          
                  | taxonomy_vocabulary_confirm_reset_alphabetical | core/modules/taxonomy/taxonomy.admin.inc | Form builder to confirm resetting a vocabulary to alphabetical order. | 
          
                  | taxonomy_vocabulary_confirm_reset_alphabetical_submit | core/modules/taxonomy/taxonomy.admin.inc | Submit handler to reset a vocabulary to alphabetical order after confirmation. | 
          
                  | taxonomy_vocabulary_delete | core/modules/taxonomy/taxonomy.module | Deletes a vocabulary. | 
          
                  | taxonomy_vocabulary_delete_multiple | core/modules/taxonomy/taxonomy.module | Deletes vocabularies. | 
          
                  | taxonomy_vocabulary_form_permissions | core/modules/taxonomy/taxonomy.admin.inc | Builds a matrix of node permissions for this node type. | 
          
                  | taxonomy_vocabulary_get_names Deprecated | core/modules/taxonomy/taxonomy.module | Get names for all taxonomy vocabularies. | 
          
                  | taxonomy_vocabulary_list_permissions | core/modules/taxonomy/taxonomy.module | Helper function to generate standard permission list for a vocabulary. | 
          
                  | taxonomy_vocabulary_load | core/modules/taxonomy/taxonomy.module | Return the taxonomy vocabulary entity matching a vocabulary ID. | 
          
                  | taxonomy_vocabulary_load_multiple | core/modules/taxonomy/taxonomy.module | Load multiple taxonomy vocabularies based on certain conditions. | 
          
                  | taxonomy_vocabulary_machine_name_load Deprecated | core/modules/taxonomy/taxonomy.module | Legacy wrapper to return the vocabulary object matching a machine name. | 
          
                  | taxonomy_vocabulary_overview_access | core/modules/taxonomy/taxonomy.module | Access callback: Checks if a user has permission to view the vocabulary
overview page. This is anyone who can create/update/delete terms in any
existing vocabulary. | 
          
                  | taxonomy_vocabulary_save | core/modules/taxonomy/taxonomy.module | Saves a new or updated taxonomy vocabulary. | 
          
                  | taxonomy_vocabulary_static_reset | core/modules/taxonomy/taxonomy.module | Clear all static cache variables for vocabularies. | 
          
                  | taxonomy_vocabulary_title | core/modules/taxonomy/taxonomy.module | Returns the title of a vocabulary. | 
          
                  | taxonomy_vocab_load_test_taxonomy_vocabulary_load | core/modules/taxonomy/tests/taxonomy_vocab_load_test/taxonomy_vocab_load_test.module | Implements hook_taxonomy_vocabulary_load(). | 
          
                  | telemetry_config_info | core/modules/telemetry/telemetry.module | Implements hook_config_info(). | 
          
                  | telemetry_cron | core/modules/telemetry/telemetry.module | Implements hook_cron(). | 
          
                  | telemetry_get_data | core/modules/telemetry/telemetry.module | Retrieve the Telemetry data values from modules. | 
          
                  | telemetry_get_info | core/modules/telemetry/telemetry.module |  | 
          
                  | telemetry_hook_info | core/modules/telemetry/telemetry.module | Implements hook_hook_info(). | 
          
                  | telemetry_menu | core/modules/telemetry/telemetry.module | Implements hook_menu(). | 
          
                  | telemetry_report | core/modules/telemetry/telemetry.admin.inc |  | 
          
                  | telemetry_requirements | core/modules/telemetry/telemetry.install | Implements hook_requirements(). | 
          
                  | telemetry_telemetry_data | core/modules/telemetry/telemetry.telemetry.inc | Implements hook_telemetry_data(). | 
          
                  | telemetry_telemetry_info | core/modules/telemetry/telemetry.telemetry.inc | Implements hook_telemetry_info(). | 
          
                  | telemetry_uninstall | core/modules/telemetry/telemetry.install | Implements hook_uninstall(). | 
          
                  | template_preprocess | core/includes/theme.inc | Adds a default set of variables for variable preprocessors and templates. |