Functions

Primary tabs

Name Location Description Direct uses Stringssort ascending
system_theme_default drupal/core/modules/system/system.admin.inc Menu callback; Set the default theme. 1
system_theme_settings drupal/core/modules/system/system.admin.inc Form builder; display theme configuration for entire site and individual themes. 1
system_modules drupal/core/modules/system/system.admin.inc Form constructor for the module enable/disable interface. 1
system_sort_themes drupal/core/modules/system/system.admin.inc Array sorting callback; sorts modules or themes by their name. 1
system_modules_uninstall drupal/core/modules/system/system.admin.inc Form constructor for the uninstalling disabled modules form. 1
system_batch_page drupal/core/modules/system/system.admin.inc Default page callback for batches. 1
system_date_time_formats drupal/core/modules/system/system.admin.inc Displays the date format strings overview page. 1
system_date_format_language_overview_page drupal/core/modules/system/system.admin.inc Page callback: Displays edit date format links for each language. 1
system_date_format_localize_form drupal/core/modules/system/system.admin.inc Form constructor for the date localization configuration form. 1
system_plugin_autocomplete drupal/core/modules/system/system.module Page callback: Autocompletes any plugin system tied to a plugin UI plugin. 1
system_plugin_ui_access drupal/core/modules/system/system.module Checks access for a given plugin using the plugin's access() method. 1
_system_batch_theme drupal/core/modules/system/system.module Theme callback for the default batch page. 1
_system_themes_access drupal/core/modules/system/system.module Menu item access callback - only enabled themes can be accessed. 1
_system_rebuild_theme_data drupal/core/modules/system/system.module Helper function to scan and collect theme .info.yml data and their engines. 2 1
system_config_form drupal/core/modules/system/system.module Adds default behavior to a configuration form. 1 1
system_config_form_submit drupal/core/modules/system/system.module Form submission handler for system_config_form(). 1
confirm_form Deprecated drupal/core/modules/system/system.module Generates a form array for a confirmation form. 19 1
system_admin_compact_page drupal/core/modules/system/system.module Menu callback; Sets whether the admin menu is in compact mode or not. 1
system_timezone drupal/core/modules/system/system.module Menu callback; Retrieve a JSON object containing a suggested time zone name. 1
_file_generic_settings_max_filesize drupal/core/modules/file/file.field.inc Render API callback: Validates the maximum upload size field. 1
_file_generic_settings_extensions drupal/core/modules/file/file.field.inc Render API callback: Validates the allowed file extensions field. 1
_file_generic_settings_file_directory_validate drupal/core/modules/file/file.field.inc Render API callback: Validates the file destination field. 1
file_field_widget_value drupal/core/modules/file/file.field.inc Render API callback: Retrieves the value for the file_generic field element. 1
file_field_widget_multiple_count_validate drupal/core/modules/file/file.field.inc Validation callback for upload element on file widget. Checks if user has uploaded more files than allowed. 1
file_field_widget_process drupal/core/modules/file/file.field.inc Render API callback: Processes a file_generic field element. 1
file_field_widget_process_multiple drupal/core/modules/file/file.field.inc Render API callback: Processes a group of file_generic field elements. 1
file_field_widget_submit drupal/core/modules/file/file.field.inc Form submission handler for upload/remove button of file_field_widget_form(). 1
file_ajax_upload drupal/core/modules/file/file.module Ajax callback: Processes file uploads and deletions. 1
file_ajax_progress drupal/core/modules/file/file.module Ajax callback: Retrieves upload progress. 1
file_managed_file_process drupal/core/modules/file/file.module Render API callback: Expands the managed_file element type. 1
file_managed_file_value drupal/core/modules/file/file.module Render API callback: Determines the value for a managed_file type element. 1 1
file_managed_file_validate drupal/core/modules/file/file.module Render API callback: Validates the managed_file element. 1
file_managed_file_pre_render drupal/core/modules/file/file.module Render API callback: Hides display of the upload or remove controls. 1
views_ui_add_limited_validation drupal/core/modules/views_ui/admin.inc Processes a non-JavaScript fallback submit button to limit its validation errors. 1
views_ui_add_ajax_wrapper drupal/core/modules/views_ui/admin.inc After-build function that adds a wrapper to a form region (for AJAX refreshes). 1
views_ui_ajax_update_form drupal/core/modules/views_ui/admin.inc Updates a part of the add view form via AJAX. 1
views_ui_nojs_submit drupal/core/modules/views_ui/admin.inc Non-Javascript fallback for updating the add view form. 1
views_ui_taxonomy_autocomplete_validate drupal/core/modules/views_ui/admin.inc Form element validation handler for a taxonomy autocomplete field. 1
views_ui_pre_render_move_argument_options drupal/core/modules/views_ui/admin.inc Moves argument options into their place. 1
_views_sort_types drupal/core/modules/views_ui/admin.inc 1
_simpletest_batch_operation drupal/core/modules/simpletest/simpletest.module Batch operation callback. 1
_simpletest_batch_finished drupal/core/modules/simpletest/simpletest.module 1
simpletest_clean_environment drupal/core/modules/simpletest/simpletest.module Remove all temporary database tables and directories. 1
taxonomy_term_create_access drupal/core/modules/taxonomy/taxonomy.module Access callback for creating a new taxonomy term. 1
taxonomy_vocabulary_get_names drupal/core/modules/taxonomy/taxonomy.module Get names for all taxonomy vocabularies. 6 1
taxonomy_term_load_parents drupal/core/modules/taxonomy/taxonomy.module Finds all parents of a given term ID. 8 1
taxonomy_term_load_parents_all drupal/core/modules/taxonomy/taxonomy.module Find all ancestors of a given term ID. 3 1
taxonomy_term_load_children drupal/core/modules/taxonomy/taxonomy.module Finds all children of a term ID. 2 1
taxonomy_vocabulary_load drupal/core/modules/taxonomy/taxonomy.module Return the taxonomy vocabulary entity matching a vocabulary ID. 18 1
taxonomy_allowed_values drupal/core/modules/taxonomy/taxonomy.module Returns the set of valid terms for a taxonomy field. 1

Pages

Other projects