path_autocomplete in core/modules/system/system.module
Menu callback; Autocomplete callback for paths.
SelectQuery::preExecute in core/includes/database/select.inc
Implements SelectQueryInterface::preExecute().
TaxonomyQueryAlterTestCase::testTaxonomyQueryAlter in core/modules/taxonomy/tests/taxonomy.test
Tests that appropriate tags are added when querying the database.
TaxonomyTermController::buildQuery in core/modules/taxonomy/taxonomy.entity.inc
Overrides EntityDatabaseStorageController::buildQuery().
taxonomy_autocomplete in core/modules/taxonomy/taxonomy.pages.inc
Page callback: Outputs JSON for taxonomy autocomplete suggestions.
taxonomy_get_tree in core/modules/taxonomy/taxonomy.module
Create a hierarchical representation of a vocabulary.
taxonomy_menu in core/modules/taxonomy/taxonomy.module
Implements hook_menu().
taxonomy_term_load_children in core/modules/taxonomy/taxonomy.module
Finds all children of a term ID.
taxonomy_term_load_parents in core/modules/taxonomy/taxonomy.module
Finds all parents of a given term ID.
views_ajax_autocomplete_taxonomy in core/modules/views/includes/ajax.inc
Page callback for views taxonomy autocomplete.
views_handler_argument_term_node_tid::title_query in core/modules/taxonomy/views/views_handler_argument_term_node_tid.inc
Override for specific title lookups.
views_handler_field_term_node_tid::pre_render in core/modules/taxonomy/views/views_handler_field_term_node_tid.inc
Run before any fields are rendered.
views_handler_filter_term_node_tid::validate_term_strings in core/modules/taxonomy/views/views_handler_filter_term_node_tid.inc
Validate the user string. In order to handle multiple input sources, this is abstracted out a bit; since this can come from either the form, or the exposed filter.
views_handler_filter_term_node_tid::value_form in core/modules/taxonomy/views/views_handler_filter_term_node_tid.inc
Options form subform for setting options.
views_handler_relationship_node_term_data::query in core/modules/taxonomy/views/views_handler_relationship_node_term_data.inc
Called to implement a relationship in a query.
views_plugin_argument_validate_taxonomy_term::process_summary_arguments in core/modules/taxonomy/views/views_plugin_argument_validate_taxonomy_term.inc
Process the summary arguments for displaying.
views_plugin_argument_validate_taxonomy_term::validate_argument in core/modules/taxonomy/views/views_plugin_argument_validate_taxonomy_term.inc