Note: this list is generated by looking for the string for this theme hook, so it may include some references that are not actually using this theme hook.

actions_execute in includes/actions.inc
Executes a single action.
admin_bar_menu in modules/admin_bar/admin_bar.module
Implements hook_menu().
admin_bar_theme in modules/admin_bar/admin_bar.module
Implements hook_theme().
authorize_get_filetransfer in includes/authorize.inc
Gets a FileTransfer class for a specific transfer method and settings.
authorize_run_operation in includes/authorize.inc
Runs the operation specified in $_SESSION['authorize_operation'].
backdrop_add_css in includes/common.inc
Adds a cascading stylesheet to the stylesheet queue.
backdrop_add_js in includes/common.inc
Adds a JavaScript file, setting, or inline code to the page.
backdrop_aggregate_css in includes/common.inc
Aggregation callback: Aggregates CSS files and inline content.
backdrop_aggregate_js in includes/common.inc
Default callback to aggregate JavaScript files.
backdrop_build_css_cache in includes/common.inc
Aggregates and optimizes CSS files into a cache file in the files directory.
backdrop_chmod in includes/file.inc
Sets the permissions on a file or directory.
backdrop_common_theme in includes/common.inc
Provides theme registration for themes across .inc files.
backdrop_css_defaults in includes/common.inc
Constructs an array of the defaults that are used for styles items.
_backdrop_decode_exception in includes/errors.inc
Decodes an exception and retrieves the correct caller.
_backdrop_error_handler_real in includes/errors.inc
Provides custom PHP error handling.
backdrop_get_css in includes/common.inc
Returns a themed representation of all stylesheets to attach to the page.
backdrop_group_css in includes/common.inc
Grouping callback: Groups CSS items by their types, media, and browsers.
backdrop_group_js in includes/common.inc
Default callback to group JavaScript items.
backdrop_js_defaults in includes/common.inc
Constructs an array of the defaults that are used for JavaScript items.
_backdrop_log_error in includes/errors.inc
Logs a PHP error or exception and displays an error page in fatal cases.
backdrop_pre_render_scripts in includes/common.inc
#pre_render callback to add the elements needed for JavaScript tags to be rendered.
backdrop_pre_render_styles in includes/common.inc
Pre-render callback: Adds the elements needed for CSS tags to be rendered.
BackdropTestCase::assert in modules/simpletest/backdrop_web_test_case.php
Internal helper: stores the assert.
BackdropTestCase::exceptionHandler in modules/simpletest/backdrop_web_test_case.php
Handle exceptions.
BackdropTestCase::insertAssert in modules/simpletest/backdrop_web_test_case.php
Store an assertion from outside the testing context.
BackdropTestCase::run in modules/simpletest/backdrop_web_test_case.php
Run all tests in this class.
backdrop_verify_install_file in includes/install.inc
Verifies the state of the specified file.
BackdropWebTestCase::handleForm in modules/simpletest/backdrop_web_test_case.php
Handle form input related to backdropPost(). Ensure that the specified fields exist and attempt to create POST data in the correct manner for the particular field type.
_batch_finished in includes/batch.inc
Ends the batch processing.
_batch_process in includes/batch.inc
Processes sets in a batch.
_batch_test_batch_0 in modules/simpletest/tests/batch_test.module
Batch 0: no operation.
_batch_test_batch_1 in modules/simpletest/tests/batch_test.module
Batch 1: repeats a simple operation.
_batch_test_batch_2 in modules/simpletest/tests/batch_test.module
Batch 2: single multistep operation.
_batch_test_batch_3 in modules/simpletest/tests/batch_test.module
Batch 3: both single and multistep operations.
_batch_test_batch_4 in modules/simpletest/tests/batch_test.module
Batch 4: batch within a batch.
_batch_test_batch_5 in modules/simpletest/tests/batch_test.module
Batch 5: repeats a simple operation.
block_custom_block_save in modules/block/block.module
Saves a user-created block in a config file.
block_menu in modules/block/block.module
Implements hook_menu().
BlockTestCase::testCustomBlock in modules/block/tests/block.test
Test creating custom block, editing, and then deleting it.
book_menu in modules/book/book.module
Implements hook_menu().
book_theme in modules/book/book.module
Implements hook_theme().
ckeditor_ckeditor_plugins in modules/ckeditor/ckeditor.module
Implements hook_ckeditor_plugins().
ckeditor_editor_info in modules/ckeditor/ckeditor.module
Implements hook_editor_info().
ckeditor_get_settings in modules/ckeditor/ckeditor.module
Editor JS settings callback; Add CKEditor settings to the page for a format.
ckeditor_menu in modules/ckeditor/ckeditor.module
Implements hook_menu().
ckeditor_settings_form in modules/ckeditor/ckeditor.admin.inc
Editor settings callback; Provide options for CKEditor module.
ckeditor_theme in modules/ckeditor/ckeditor.module
Implements hook_theme().
color_theme in modules/color/color.module
Implements hook_theme().
comment_menu in modules/comment/comment.module
Implements hook_menu().
comment_theme in modules/comment/comment.module
Implements hook_theme().
CommonBackdropRenderTestCase::testBackdropRenderFormElements in modules/simpletest/tests/common.test
Test rendering form elements without passing through form_builder().
CommonSimpleTestErrorCollectorTestCase::assertError in modules/simpletest/tests/common.test
Assert that a collected error matches what we are expecting.
common_test_theme in modules/simpletest/tests/common_test.module
Implements hook_theme().
ConfigFileStorage::urlPrefix in drivers/config_file/config_file_storage.inc
Return the storage protocol for the settings string. E.g., for file-based config that parses file://path/to/config, this function returns 'file'.
config_menu in modules/config/config.module
Implements hook_menu().
config_sync_batch in modules/config/config.sync.inc
Return an array for setting up a Batch API job to sync all configuration.
contact_menu in modules/contact/contact.module
Implements hook_menu().
contact_theme in modules/contact/contact.module
Implements hook_theme().
DatabaseLog::findCaller in includes/database/log.inc
Determine the routine that called this query.
date_theme in modules/date/date.module
Implements hook_theme().
dblog_menu in modules/dblog/dblog.module
Implements hook_menu().
drupal_verify_install_file in includes/drupal.inc
Verifies the state of the specified file.
EntityCrudHookTestCase::testFileHooks in modules/entity/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on files.
field_theme in modules/field/field.module
Implements hook_theme().
field_ui_menu in modules/field_ui/field_ui.module
Implements hook_menu().
field_ui_theme in modules/field_ui/field_ui.module
Implements hook_theme().
file_action_info in modules/file/file.module
Implements hook_action_info().
file_add_form in modules/file/file.pages.inc
Form callback for adding a file via an upload form.
file_add_form_submit in modules/file/file.pages.inc
Submit handler for the add file form.
file_add_upload_step_fields in modules/file/file.pages.inc
Generate form fields for the fourth step in the add file wizard.
file_build_content in modules/file/file.module
Builds a structured array representing the file's content.
FileChangeSchemeTestCase::testChangeScheme in modules/file/tests/file.test
file_copy in includes/file.inc
Copies a file to a new location and adds a file record to the database.
file_delete_form in modules/file/file.pages.inc
Page callback: Form constructor for the file deletion confirmation form.
file_delete_form_submit in modules/file/file.pages.inc
Form submission handler for file_delete_form().
file_delete_multiple in includes/file.inc
Deletes files.
file_delete_redirect_form in modules/file/file.pages.inc
Submit handler for delete button on file manage forms.
file_display in modules/file/file.module
Returns an array containing a single display to use for a file type in a given view mode.
file_display_form in modules/file/file.admin.inc
Form callback; presents file display settings for a given view mode.
file_displays in modules/file/file.module
Returns the display to use for a file type in a given view mode.
file_displays_load in modules/file/file.module
Returns a single {file_display} array for the file type.
file_element_info in modules/file/file.module
Implements hook_element_info().
file_entity_access in modules/file/file.module
Deprecated wrapper function. Determines if a user may perform the given operation on the specified file.
file_entity_info in modules/file/file.module
Implements hook_entity_info().
File::entityType in modules/file/file.entity.inc
Implements EntityInterface::entityType().
file_field_delete in modules/file/file.field.inc
Implements hook_field_delete().
file_field_delete_revision in modules/file/file.field.inc
Implements hook_field_delete_revision().
FileFieldDisplayTestCase::testNodeDisplay in modules/file/tests/file.test
Tests normal formatter display on node display.
file_field_extra_fields in modules/file/file.module
Implements hook_field_extra_fields().
file_field_formatter_info in modules/file/file.field.inc
Implements hook_field_formatter_info().
file_field_formatter_view in modules/file/file.field.inc
Implements hook_field_formatter_view().
file_field_info in modules/file/file.field.inc
Implements hook_field_info().
file_field_insert in modules/file/file.field.inc
Implements hook_field_insert().
file_field_settings_form in modules/file/file.field.inc
Implements hook_field_settings_form().
file_field_update in modules/file/file.field.inc
Implements hook_field_update().
file_field_views_data in modules/file/views/file.views.inc
Implements hook_field_views_data().
file_field_widget_info in modules/file/file.field.inc
Implements hook_field_widget_info().
FileFieldWidgetTestCase::testPrivateFileComment in modules/file/tests/file.test
Tests that download restrictions on private files work on comments.
file_file_delete in modules/file/file.file.inc
Implements hook_file_delete().
file_file_download in modules/file/file.module
Implements hook_file_download().
file_file_formatter_file_field_settings in modules/file/file.module
Implements hook_file_formatter_FORMATTER_settings().
file_file_formatter_file_field_view in modules/file/file.module
Implements hook_file_formatter_FORMATTER_view().
file_file_formatter_file_image_settings in modules/file/file.module
Implements hook_file_formatter_FORMATTER_settings().
file_file_formatter_file_image_view in modules/file/file.module
Implements hook_file_formatter_FORMATTER_view().
file_file_formatter_info in modules/file/file.module
Implements hook_file_formatter_info().
file_file_presave in modules/file/file.file.inc
Implements hook_file_presave().
file_file_update in modules/file/file.file.inc
Implements hook_file_update().
file_get_file_references in modules/file/file.module
Retrieves a list of references to a file.
file_hook_info in modules/file/file.module
Implements hook_hook_info().
file_icon_path in modules/file/file.module
Creates a path to the icon for a file entity.
file_is_page in modules/file/file.module
Returns whether the current page is the full page view of the passed-in file.
file_list_types_page in modules/file/file.admin.inc
Displays the file type admin overview page.
file_load_multiple in includes/file.inc
Loads file entities from the database.
file_managed_file_browser_open in modules/file/file.module
AJAX callback for managed_file elements to open a browser modal dialog.
file_managed_file_browser_submit in modules/file/file.module
AJAX callback handler for file browser selection.
FileManagedFileElementTestCase::testManagedFile in modules/file/tests/file.test
Tests the managed_file element type.
FileManagedFileElementTestCase::testManagedFileParentsHash in modules/file/tests/file.test
Tests file_ajax_upload() parents_hash.
file_managed_file_process in modules/file/file.module
Render API callback: Expands the managed_file element type.
file_managed_file_save_upload in modules/file/file.module
Saves any files that have been uploaded into a managed_file element.
file_manage_form in modules/file/file.pages.inc
Page callback: Form constructor for the file manage form.
file_manage_form_submit in modules/file/file.pages.inc
Form submission handler for the 'Save' button for file_manage_form().
file_manage_form_validate in modules/file/file.pages.inc
Form validation handler for file_manage_form().
file_menu in modules/file/file.module
Implements hook_menu().
file_module_test_form in modules/file/tests/file_module_test/file_module_test.module
Form constructor for testing a 'managed_file' element.
file_module_test_form_submit in modules/file/tests/file_module_test/file_module_test.module
Form submission handler for file_module_test_form().
file_move in includes/file.inc
Moves a file to a new location and update the file's database entry.
_file_query_file_access_alter in modules/file/file.module
Helper for file entity access functions.
file_query_file_access_alter in modules/file/file.module
Implements hook_query_TAG_alter().
FileReplaceTestCase::testReplaceFile in modules/file/tests/file.test
@todo Test image dimensions for an image field are reset when a file is replaced. @todo Test image styles are cleared when an image is updated.
file_save_data in includes/file.inc
Saves a file to the specified destination and creates a database entry.
file_save_upload in includes/file.inc
Saves a file upload to a new location.
FileTaxonomyTermTestCase::createAttachFileField in modules/file/tests/file.test
Creates a file field and attaches it to the "Tags" taxonomy vocabulary.
FileTaxonomyTermTestCase::setUp in modules/file/tests/file.test
Sets up a Backdrop site for running functional and integration tests.
FileTestCase::createFile in modules/simpletest/tests/file.test
Create a file and save it to the files table and assert that it occurs correctly.
_file_test_form in modules/simpletest/tests/file_test.module
Form to test file uploads.
FileTestHelper::assertFileEntryExists in modules/file/tests/file.test
Asserts that a file exists in the database.
FileTestHelper::assertFileEntryNotExists in modules/file/tests/file.test
Asserts that a file does not exist in the database.
FileTestHelper::createFileField in modules/file/tests/file.test
Creates a new file field.
FileTestHelper::createFileType in modules/file/tests/file.test
FileTestHelper::getTestFile in modules/file/tests/file.test
Retrieves a sample file of the specified type.
FileTestHelper::setUp in modules/file/tests/file.test
Sets up a Backdrop site for running functional and integration tests.
file_theme in modules/file/file.module
Implements hook_theme().
FileTokenReplaceTestCase::testFileTokenReplacement in modules/file/tests/file.test
Creates a file, then tests the tokens generated from it.
file_type_delete in modules/file/file.admin.inc
Deletes a file type from the configuration.
file_type_delete_confirm_submit in modules/file/file.admin.inc
Process file type delete confirm submissions.
file_type_form in modules/file/file.admin.inc
Form constructor for the file type settings form.
file_type_get_name in modules/file/file.module
Returns the file type name of the passed file or file type string.
file_type_revert_confirm_submit in modules/file/file.admin.inc
Process file type revert confirm submissions.
_file_types_build in modules/file/file.module
Builds and returns the list of available file types.
file_type_status_confirm_submit in modules/file/file.admin.inc
Process file type status confirm submissions.
FileUnitTestCase::testFile in modules/file/tests/file.test
Tests basic file entity properties.
FileUnitTestCase::testImageDimensions in modules/file/tests/file.test
Tests storing image height and width as file metadata.
file_unmanaged_copy in includes/file.inc
Copies a file to a new location without database changes or hook invocation.
file_unmanaged_delete in includes/file.inc
Deletes a file without database changes or hook invocations.
file_unmanaged_move in includes/file.inc
Moves a file to a new location without database changes or hook invocation. This is a powerful function that in many ways performs like an advanced version of rename().
file_unmanaged_prepare in includes/file.inc
Internal function that prepares the destination for a file_unmanaged_copy or file_unmanaged_move operation.
file_unmanaged_save_data in includes/file.inc
Saves a file to the specified destination without invoking file API.
file_update_1000 in modules/file/file.install
Add a view for managing files.
file_update_1005 in modules/file/file.install
Add the default file types and convert custom or modified file types from Drupal 7 file_entity.
FileUploadTransliterationTest::testTransliteration in modules/simpletest/tests/file.test
FileUploadWizardTestCase::testFileUploadWizardFields in modules/file/tests/file.test
Test the file upload wizard field step.
FileUploadWizardTestCase::testFileUploadWizardStepSkipping in modules/file/tests/file.test
Test skipping each of the file upload wizard steps.
file_usage_page in modules/file/file.pages.inc
Page callback to show file usage information.
FileValidatorTest::setUp in modules/simpletest/tests/file.test
Sets up a Backdrop site for running functional and integration tests.
file_view in modules/file/file.module
Generate an array for rendering the given file.
file_view_file in modules/file/file.module
Generate an array for rendering just the file portion of a file entity.
file_view_mode_labels in modules/file/file.module
Return an array of available view modes for file entities.
_file_view_mode_menu_access in modules/file/file.module
Menu access callback for the 'view mode file display settings' pages.
file_view_multiple in modules/file/file.module
End of "defgroup file_access".
file_view_page in modules/file/file.pages.inc
Menu callback; view a single file entity.
file_views_api in modules/file/file.module
Implements hook_views_api().
file_views_data in modules/file/views/file.views.inc
Implements hook_field_views_data().
filter_admin_format_form in modules/filter/filter.admin.inc
Form constructor for the text format add/edit form.
FilterEditorAccessTestCase::setUp in modules/filter/tests/filter.test
Sets up a Backdrop site for running functional and integration tests.
FilterFileUsageTest::testFilterEntityHooks in modules/filter/tests/filter.test
Tests file usages are tracked in creating, updating, and deleting content.
filter_format_editor_link_form in modules/filter/filter.pages.inc
Form callback: Display a form for inserting/editing a link or uploading a file.
filter_menu in modules/filter/filter.module
Implements hook_menu().
filter_theme in modules/filter/filter.module
Implements hook_theme().
form_builder in includes/form.inc
Builds and processes all elements in the structured form array.
_form_builder_handle_input_element in includes/form.inc
Adds the #name and #value properties of an input element before rendering.
FormStateValuesCleanAdvancedTestCase::setUp in modules/simpletest/tests/form.test
Sets up a Backdrop site for running functional and integration tests.
FormsTestCase::testRequiredFields in modules/simpletest/tests/form.test
Check several empty values for required forms elements.
_form_test_disabled_elements in modules/simpletest/tests/form_test.module
Build a form to test disabled elements.
form_test_menu in modules/simpletest/tests/form_test.module
Implements hook_menu().
hook_ckeditor_plugins in modules/ckeditor/ckeditor.api.php
Provides a list of CKEditor plugins.
hook_editor_info in modules/filter/filter.api.php
Define text editors, such as WYSIWYGs or toolbars to assist with text input.
hook_file_copy in modules/system/system.api.php
Respond to a file that has been copied.
hook_file_formatter_FORMATTER_view in modules/file/file.api.php
Define formatter output.
hook_file_insert in modules/system/system.api.php
Respond to a file being added.
hook_file_move in modules/system/system.api.php
Respond to a file that has been moved.
hook_filetransfer_info in modules/system/system.api.php
Register information about FileTransfer classes provided by a module.
hook_file_update in modules/system/system.api.php
Respond to a file being updated.
hook_file_upload_skip_fields_alter in modules/file/file.api.php
Alters skip fields status.
hook_file_view in modules/file/file.api.php
Add to files as they are viewed.
hook_file_view_alter in modules/file/file.api.php
Alter files as they are viewed.
hook_language_negotiation_info in modules/system/language.api.php
Define language negotiation providers.
hook_library_info in modules/system/system.api.php
Registers JavaScript/CSS libraries associated with a module.
hook_path_info in modules/path/path.api.php
Provide information about the way your module's aliases will be built.
hook_theme in modules/system/system.api.php
Register a module (or theme's) theme implementations.
_image_field_default_image_validate in modules/image/image.field.inc
Element validation function for setting a default image.
ImageFieldDisplayTestCase::_testImageFieldFormatters in modules/image/tests/image.test
Test image formatters on node display.
image_field_formatter_settings_form in modules/image/image.field.inc
Implements hook_field_formatter_settings_form().
image_field_formatter_settings_summary in modules/image/image.field.inc
Implements hook_field_formatter_settings_summary().
image_field_formatter_view in modules/image/image.field.inc
Implements hook_field_formatter_view().
image_field_instance_settings_form in modules/image/image.field.inc
Implements hook_field_instance_settings_form().
image_field_settings_form in modules/image/image.field.inc
Implements hook_field_settings_form().
ImageFileMoveTest::testNormal in modules/simpletest/tests/image.test
Tests moving a randomly generated image.
image_menu in modules/image/image.module
Implements hook_menu().
image_theme in modules/image/image.module
Implements hook_theme().
image_token_info_alter in modules/image/image.tokens.inc
Implements hook_token_info_alter().
installer_authorize_run_install in modules/installer/installer.authorize.inc
Installs a new project when invoked by authorize.php.
installer_authorize_run_update in modules/installer/installer.authorize.inc
Updates existing projects when invoked by authorize.php.
installer_browser_installation_select_versions_form_submit in modules/installer/installer.pages.inc
Submit handler for the select versions form.
installer_manager_install_form in modules/installer/installer.manager.inc
Form constructor for the install form of the Installer module.
installer_manager_update_form_submit in modules/installer/installer.manager.inc
Form submission handler for installer_manager_update_form().
installer_menu in modules/installer/installer.module
Implements hook_menu().
installer_theme in modules/installer/installer.module
Implements hook_theme().
language_menu in modules/language/language.module
Implements hook_menu().
language_negotiation_get_switch_links in includes/language.inc
Returns the language switch links for the given language.
language_provider_invoke in includes/language.inc
Helper function used to cache the language negotiation providers results.
language_theme in modules/language/language.module
Implements hook_theme().
LayoutBlockTest::setUp in modules/layout/tests/layout.test
Sets up a Backdrop site for running functional and integration tests.
LayoutBlockTextTest::testBlockText in modules/layout/tests/layout.test
Tests the BlockText class functionality.
_layout_include_files in modules/layout/layout.module
Load all include files for modules that implement hook_layout_api().
LayoutInterfaceTest::testContexts in modules/layout/tests/layout.test
Test the support for contexts within conditions and blocks.
layout_layout_api in modules/layout/layout.module
Implements hook_layout_api().
layout_layout_context_info in modules/layout/includes/layout.layout.inc
Implements hook_layout_context_info().
layout_layout_style_info in modules/layout/includes/layout.layout.inc
Implements hook_layout_style_info().
layout_menu in modules/layout/layout.module
Implements hook_menu().
layout_page_menu_item in modules/layout/layout.module
Create a menu item for Layout-provided pages.
Layout::save in modules/layout/includes/layout.class.inc
Save a layout to config.
layout_theme in modules/layout/layout.module
Implements hook_theme()
link_theme in modules/link/link.module
Implements hook_theme().
locale_js_alter in modules/locale/locale.module
Implements hook_js_alter().
locale_language_negotiation_info in modules/locale/locale.module
Implements hook_language_negotiation_info().
locale_menu in modules/locale/locale.module
Implements hook_menu().
locale_test_language_negotiation_info in modules/locale/tests/locale_test/locale_test.module
Implements hook_language_negotiation_info().
locale_theme in modules/locale/locale.module
Implements hook_theme().
locale_translate_batch_build in modules/locale/locale.bulk.inc
Build a locale batch from an array of files.
locale_translate_batch_import in modules/locale/locale.bulk.inc
Perform interface translation import as a batch step.
locale_translate_import_form in modules/locale/locale.bulk.inc
User interface for the translation import screen.
locale_translate_import_form_submit in modules/locale/locale.bulk.inc
Process the locale import form submission.
locale_url_outbound_alter in modules/locale/locale.module
Implements hook_url_outbound_alter().
menu_menu in modules/menu/menu.module
Implements hook_menu().
_menu_router_build in includes/menu.inc
Builds the router table based on the data from hook_menu().
menu_theme in modules/menu/menu.module
Implements hook_theme().
module_test_hook_info in modules/simpletest/tests/module_test.module
Implements hook_hook_info().
ModuleUnitTest::testModuleImplements in modules/simpletest/tests/module.test
Test module_implements() caching.
node_action_info in modules/node/node.module
Implements hook_action_info().
node_mass_update in modules/node/node.admin.inc
Updates all nodes in the passed-in array with the passed-in field values.
node_menu in modules/node/node.module
Implements hook_menu().
node_theme in modules/node/node.module
Implements hook_theme().
options_theme in modules/field/modules/options/options.module
Implements hook_theme().
path_action_info in modules/path/path.module
Implements hook_action_info().
path_bulk_update_form_generate_submit in modules/path/path.admin.inc
Submit handler for path alias bulk generate form.
path_menu in modules/path/path.module
Implements hook_menu().
path_theme in modules/path/path.module
Implements hook_theme().
redirect_menu in modules/redirect/redirect.module
Implements hook_menu().
search_menu in modules/search/search.module
Implements hook_menu().
search_theme in modules/search/search.module
Implements hook_theme().
seven_css_alter in themes/seven/template.php
Implements hook_css_alter().
_simpletest_batch_operation in modules/simpletest/simpletest.module
Batch operation callback.
SimpleTestFunctionalTest::assertAssertion in modules/simpletest/tests/simpletest.test
Assert that an assertion with the specified values is displayed in the test results.
SimpleTestFunctionalTest::getTestResults in modules/simpletest/tests/simpletest.test
Get the results from a test and store them in the class array $results.
simpletest_log_read in modules/simpletest/simpletest.module
Read the error log and report any errors as assertion failures.
simpletest_menu in modules/simpletest/simpletest.module
Implements hook_menu().
simpletest_run_tests in modules/simpletest/simpletest.module
Actually runs tests.
simpletest_schema in modules/simpletest/simpletest.install
Implements hook_schema().
simpletest_theme in modules/simpletest/simpletest.module
Implements hook_theme().
system_authorized_init in modules/system/system.module
Setup a given callback to run via authorize.php with elevated privileges.
system_element_info in modules/system/system.module
Implements hook_element_info().
system_filetransfer_info in modules/system/system.module
Implements hook_filetransfer_info().
system_menu in modules/system/system.module
Implements hook_menu().
system_site_information_settings in modules/system/system.admin.inc
Form builder; The general site information form.
system_test_filetransfer_info in modules/simpletest/tests/system_test.module
Implements hook_filetransfer_info().
system_theme in modules/system/system.module
Implements hook_theme().
system_token_info in modules/system/system.tokens.inc
Implements hook_token_info().
system_tokens in modules/system/system.tokens.inc
Implements hook_tokens().
system_utf8mb4_convert_form_submit in modules/system/system.admin.inc
Form submit function; convert existing database tables to utf8mb4.
taxonomy_menu in modules/taxonomy/taxonomy.module
Implements hook_menu().
taxonomy_theme in modules/taxonomy/taxonomy.module
Implements hook_theme().
telemetry_menu in modules/telemetry/telemetry.module
Implements hook_menu().
template_preprocess_file_entity in modules/file/file.module
Process variables for file.tpl.php
template_preprocess_file_entity in modules/file/file.module
Process variables for file.tpl.php
theme_file in includes/form.inc
Returns HTML for a file upload form element.
theme_file_download_link in modules/file/file.theme.inc
Copy of theme_file_link() for linking to the file download URL.
theme_file_formatter_table in modules/file/file.theme.inc
Returns HTML for a file attachments table.
theme_file_icon in modules/file/file.theme.inc
Returns HTML for an image with an appropriate icon for the given file.
theme_file_link in modules/file/file.theme.inc
Returns HTML for a link to a file.
_theme_process_registry in includes/theme.inc
Process a single implementation of hook_theme().
theme_test_theme in modules/simpletest/tests/theme_test.module
Implements hook_theme().
TokenFileTestCase::testFileTokens in modules/simpletest/tests/token.test
translation_menu in modules/translation/translation.module
Implements hook_menu().
update_batch in includes/update.inc
Starts the database update batch process.
update_manual_status in modules/update/update.fetch.inc
Page callback: Checks for updates and displays the update status report.
update_menu in modules/update/update.module
Implements hook_menu().
update_test_filetransfer_info in modules/update/tests/update_test/update_test.module
Implements hook_filetransfer_info().
update_theme in modules/update/update.module
Implements hook_theme().
user_account_form in modules/user/user.module
Helper function to add default user account fields to user registration and edit form.
user_action_info in modules/user/user.module
Implements hook_action_info().
user_menu in modules/user/user.module
Implements hook_menu().
user_theme in modules/user/user.module
Implements hook_theme().
user_token_info in modules/user/user.tokens.inc
Implements hook_token_info().
user_tokens in modules/user/user.tokens.inc
Implements hook_tokens().
user_views_data in modules/user/views/user.views.inc
Implements hook_views_data().
views_discover_plugins in modules/views/includes/utility.inc
Builds and return a list of all plugins available in the system.
views_handler_field_file_filemime::render in modules/file/views/views_handler_field_file_filemime.inc
Render the field.
views_handler_field_file_rendered::options_form in modules/file/views/views_handler_field_file_rendered.inc
Provide file_view_mode option for file display.
ViewsHandlerFileExtensionTest::dataSet in modules/views/tests/handlers/views_handler_field_file_extension.test
A very simple test dataset.
views_menu in modules/views/views.module
Implement hook_menu().
views_theme in modules/views/views.module
Implement hook_theme(). Register views theme functions.
views_ui_menu in modules/views_ui/views_ui.module
Implements hook_menu().
views_ui_theme in modules/views_ui/views_ui.module
Implements hook_theme().
views_ui_views_ui_wizards in modules/views_ui/views_ui.module
Implements hook_views_ui_wizards().
views_ui_views_wizard_defaults in modules/views_ui/views_ui.module
Helper function to define the default values for a Views wizard plugin.
ViewsUIWizardJumpMenuTestCase::createFileAndGetPath in modules/views/tests/views_ui.test
Helper function to create a file and return its expected path.
watchdog_deprecated_function in includes/bootstrap.inc
Logs a deprecation warning.