Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
common.inc
»
drupal_json_output
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
21 calls to drupal_json_output()
database_test_db_query_temporary
in drupal/
modules/
simpletest/
tests/
database_test.module
Run a db_query_temporary and output the table name and its number of rows.
database_test_even_pager_query
in drupal/
modules/
simpletest/
tests/
database_test.module
Run a pager query and return the results.
database_test_odd_pager_query
in drupal/
modules/
simpletest/
tests/
database_test.module
Run a pager query and return the results.
database_test_tablesort
in drupal/
modules/
simpletest/
tests/
database_test.module
Run a tablesort query and return the results.
database_test_tablesort_first
in drupal/
modules/
simpletest/
tests/
database_test.module
Run a tablesort query with a second order_by after and return the results.
file_ajax_progress
in drupal/
modules/
file/
file.module
Menu callback for upload progress.
form_test_form_state_values_clean_form_submit
in drupal/
modules/
simpletest/
tests/
form_test.module
Form submit handler for
form_state_values_clean
() test form.
form_test_select_submit
in drupal/
modules/
simpletest/
tests/
form_test.module
Form submit handler for
form_test_select
().
form_test_storage_legacy_handler
in drupal/
modules/
simpletest/
tests/
form_test.module
Emulate legacy AHAH-style ajax callback.
menu_parent_options_js
in drupal/
modules/
menu/
menu.module
Page callback. Get all the available menus and menu items as a JavaScript array.
profile_admin_settings_autocomplete
in drupal/
modules/
profile/
profile.admin.inc
Retrieve a pipe delimited string of autocomplete suggestions for profile categories
profile_autocomplete
in drupal/
modules/
profile/
profile.pages.inc
Callback to allow autocomplete of profile text fields.
system_date_time_lookup
in drupal/
modules/
system/
system.admin.inc
Return the date for a given format string via Ajax.
system_timezone
in drupal/
modules/
system/
system.module
Menu callback; Retrieve a JSON object containing a suggested time zone name.
taxonomy_autocomplete
in drupal/
modules/
taxonomy/
taxonomy.pages.inc
Page callback: Outputs JSON for taxonomy autocomplete suggestions.
user_autocomplete
in drupal/
modules/
user/
user.pages.inc
Menu callback; Retrieve a JSON object containing autocomplete suggestions for existing users.
_batch_do
in drupal/
includes/
batch.inc
Does one execution pass with JavaScript and returns progress to the browser.
_form_test_checkbox_submit
in drupal/
modules/
simpletest/
tests/
form_test.module
Return the form values via JSON.
_form_test_disabled_elements_submit
in drupal/
modules/
simpletest/
tests/
form_test.module
Return the form values via JSON.
_form_test_input_forgery_submit
in drupal/
modules/
simpletest/
tests/
form_test.module
Return the form values via JSON.
_form_test_submit_values_json
in drupal/
modules/
simpletest/
tests/
form_test.module
Form submit handler to return form values as JSON.