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.

backdrop_common_theme in includes/common.inc
Provides theme registration for themes across .inc files.
BackdropWebTestCase::backdropGetTestFiles in modules/simpletest/backdrop_web_test_case.php
Get a list files that can be used in tests.
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.
BlockHero::__construct in modules/layout/includes/block.hero.inc
Create a new Block object.
BlockHero::form in modules/layout/includes/block.hero.inc
Builds the block's configuration form.
BlockHero::formSubmit in modules/layout/includes/block.hero.inc
Submit handler to save the form settings.
BlockHero::formValidate in modules/layout/includes/block.hero.inc
Validates the form settings.
BlockHero::getContent in modules/layout/includes/block.hero.inc
Returns the rendered content of this block.
BlockTestCase::testCustomBlock in modules/block/tests/block.test
Test creating custom block, editing, and then deleting it.
ckeditor_ckeditor_plugins in modules/ckeditor/ckeditor.module
Implements hook_ckeditor_plugins().
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.
CKEditorTestCase::testLibrary in modules/ckeditor/tests/ckeditor.test
Test the addition of the library to the page when configured.
CommentPreviewTest::testCommentPreview in modules/comment/tests/comment.test
Tests comment preview.
CustomLogoTestCase::testCustomLogo in modules/system/tests/system.test
Test the use of a custom logo.
FileAccessTestCase::testFileAccess in modules/file/tests/file.test
Runs basic tests for file_access function.
FileAdminTestCase::testFileAdminPages in modules/file/tests/file.test
Tests file overview with different user permissions.
FileAttributeOverrideTestCase::testFileFileAttributeOverrides in modules/file/tests/file.test
Test to see if file attributes can be overridden.
FileEditTestCase::testFileEdit in modules/file/tests/file.test
Check file edit functionality.
file_field_attach_load in modules/file/file.module
Implements hook_field_attach_load().
file_field_formatter_info in modules/file/file.field.inc
Implements hook_field_formatter_info().
FileFieldValidateTestCase::testFileExtension in modules/file/tests/file.test
Tests file extension checking.
FileFieldWidgetTestCase::testWidgetValidation in modules/file/tests/file.test
Tests validation with the Upload button.
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().
FileFileTypeClassificationTestCase::testFileTypeClassification in modules/file/tests/file.test
Test that existing files are properly classified by file type.
file_file_update in modules/file/file.file.inc
Implements hook_file_update().
file_icon_path in modules/file/file.module
Creates a path to the icon for a file entity.
file_metadata_fetch_image_dimensions in modules/file/file.file.inc
Fetch the dimensions of an image and store them in the file metadata array.
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.
FileSaveUploadTest::setUp in modules/simpletest/tests/file.test
Sets up a Backdrop site for running functional and integration tests.
FileSaveUploadTest::testNormal in modules/simpletest/tests/file.test
Test the file_save_upload() function.
FileUnitTestCase::testImageDimensions in modules/file/tests/file.test
Tests storing image height and width as file metadata.
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.
file_update_1006 in modules/file/file.install
Add the default file display settings and convert saved file display settings from Drupal 7 file_entity.
_file_update_image_field_dimensions in modules/file/file.file.inc
Update the image dimensions stored in any image fields for a file.
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.
FileUsageTestCase::testFileUsagePage in modules/file/tests/file.test
Create a file and verify its usage information.
FilterEditorAccessTestCase::testDialogAccess in modules/filter/tests/filter.test
Checks access to editor dialogs for adding images and links.
filter_format_editor_image_form in modules/filter/filter.pages.inc
Form callback: Display a form for inserting/editing an image.
filter_menu in modules/filter/filter.module
Implements hook_menu().
FilterResetTestCase::testFilterReset in modules/system/tests/system.test
Test that the search and reset functionality on the modules page works.
FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced in modules/simpletest/tests/form.test
Tests form_state_values_clean().
form_test_form_state_values_clean_advanced_form in modules/simpletest/tests/form_test.module
Form constructor for the form_state_values_clean() test.
hook_editor_EDITOR_settings in modules/filter/filter.api.php
Settings callback for hook_editor_info().
hook_editor_info in modules/filter/filter.api.php
Define text editors, such as WYSIWYGs or toolbars to assist with text input.
hook_file_default_types_alter in modules/file/file.api.php
Alter default file types.
hook_file_formatter_FORMATTER_view in modules/file/file.api.php
Define formatter output.
hook_file_formatter_info in modules/file/file.api.php
Define file formatters.
ImageAdminStylesUnitTest::createSampleImage in modules/image/tests/image.test
Given an image style, generate an image.
ImageAdminStylesUnitTest::testStyleReplacement in modules/image/tests/image.test
Test deleting a style and choosing a replacement style.
image_crop_effect in modules/image/image.effects.inc
Image effect callback; Crop an image resource.
image_desaturate_effect in modules/image/image.effects.inc
Image effect callback; Desaturate (grayscale) an image resource.
ImageDimensionsUnitTest::setUp in modules/image/tests/image.test
Sets up a Backdrop site for running functional and integration tests.
ImageDimensionsUnitTest::testImageDimensions in modules/image/tests/image.test
Test styled image dimensions cumulatively.
image_effect_apply in modules/image/image.module
Given an image object and effect, perform the effect on the file.
image_effect_form in modules/image/image.admin.inc
Form builder; Form for adding and editing image effects.
ImageEffectsUnitTest::setUp in modules/image/tests/image.test
Sets up a Backdrop site for running functional and integration tests.
ImageFieldDefaultImagesTestCase::testDefaultImages in modules/image/tests/image.test
Tests CRUD for fields and fields instances with default images.
image_field_delete_field in modules/image/image.module
Implements hook_field_delete_field().
image_field_delete_instance in modules/image/image.module
Implements hook_field_delete_instance().
ImageFieldDisplayTestCase::testImageFieldDefaultImage in modules/image/tests/image.test
Test use of a default image with an image field.
ImageFieldDisplayTestCase::_testImageFieldFormatters in modules/image/tests/image.test
Test image formatters on node display.
ImageFieldDisplayTestCase::testImageFieldSettings in modules/image/tests/image.test
Tests for image field settings.
image_field_formatter_info in modules/image/image.field.inc
Implements hook_field_formatter_info().
image_field_info in modules/image/image.field.inc
Implements hook_field_info().
ImageFieldTestCase::createImageField in modules/image/tests/image.test
Create a new image field.
ImageFieldTestCase::setUp in modules/image/tests/image.test
Sets up a Backdrop site for running functional and integration tests.
image_field_update_field in modules/image/image.module
Implements hook_field_update_field().
image_field_update_instance in modules/image/image.module
Implements hook_field_update_instance().
ImageFieldValidateTestCase::testDimensions in modules/image/tests/image.test
Test min/max resolution settings.
ImageFieldValidateTestCase::testHeightDimensions in modules/image/tests/image.test
Test single height resolution setting.
ImageFieldValidateTestCase::testOrientation in modules/image/tests/image.test
Test image rotation resulting from EXIF data. Requires a special test image, file rotate90cw.jpg.
ImageFieldValidateTestCase::testTypeSupport in modules/image/tests/image.test
Test for supported image types.
ImageFieldValidateTestCase::testWidthDimensions in modules/image/tests/image.test
Test single width resolution setting.
image_field_widget_info in modules/image/image.field.inc
Implements hook_field_widget_info().
image_field_widget_process in modules/image/image.field.inc
An element #process callback for the image_image field type.
image_file_download in modules/image/image.module
Implements hook_file_download().
ImageFileMoveTest::testNormal in modules/simpletest/tests/image.test
Tests moving a randomly generated image.
image_gd_desaturate in modules/system/image.gd.inc
Convert an image resource to grayscale.
image_gd_rotate in modules/system/image.gd.inc
Rotate an image the given number of degrees.
image_gd_save in modules/system/image.gd.inc
GD helper to write an image resource to a destination file.
image_image_style_save in modules/image/image.module
Implements hook_image_style_save().
image_resize_effect in modules/image/image.effects.inc
Image effect callback; Resize an image resource.
image_rotate_effect in modules/image/image.effects.inc
Image effect callback; Rotate an image resource.
image_scale_and_crop_effect in modules/image/image.effects.inc
Image effect callback; Scale and crop an image resource.
image_scale_effect in modules/image/image.effects.inc
Image effect callback; Scale an image resource.
image_style_create_derivative in modules/image/image.module
Creates a new image derivative based on an image style.
image_style_deliver in modules/image/image.module
Menu callback; Given a style and image path, generate a derivative.
ImageStyleFloodProtection::setUp in modules/image/tests/image.test
Sets up a Backdrop site for running functional and integration tests.
ImageStyleFloodProtection::testFloodProtection in modules/image/tests/image.test
Check the number of images that can be generated simultaneously.
ImageStyleFlushTest::createSampleImage in modules/image/tests/image.test
Given an image style and a wrapper, generate an image.
image_style_form in modules/image/image.admin.inc
Form builder; Configure an image style name and effects order.
image_style_list in modules/image/image.admin.inc
Menu callback; Listing of all current image styles.
ImageStylesPathAndUrlUnitTest::testImageContentTypeHeaders in modules/image/tests/image.test
Test that we do not pass an array to backdrop_add_http_header.
ImageStylesPathAndUrlUnitTest::_testImageStyleUrlAndPath in modules/image/tests/image.test
Test image_style_url().
ImageStyleTokenTests::getTestImage in modules/image/tests/token.test
Generates a test image.
image_style_transform_dimensions in modules/image/image.module
Determines the dimensions of the styled image.
ImageThemeFunctionWebTestCase::setUp in modules/image/tests/image.test
Sets up a Backdrop site for running functional and integration tests.
ImageThemeFunctionWebTestCase::testImageFormatterTheme in modules/image/tests/image.test
Tests usage of the image field formatters.
_image_token_get_image_fields in modules/image/image.tokens.inc
Helper function to find all image fields.
image_token_info_alter in modules/image/image.tokens.inc
Implements hook_token_info_alter().
image_tokens in modules/image/image.tokens.inc
Implements hook_tokens().
image_toolkit_invoke in includes/image.inc
Invokes the given method using the currently selected toolkit.
ImageToolkitTestCase::setUp in modules/simpletest/tests/image.test
Sets up a Backdrop site for running functional and integration tests.
image_update_1000 in modules/image/image.install
Provide default image styles for the Image module.
image_update_dependencies in modules/image/image.install
Implements hook_update_dependencies().
image_views_api in modules/image/image.module
Implements hook_views_api().
installer_browser_installation_theme_form in modules/installer/installer.pages.inc
Form builder for theme install.
installer_test_projects in modules/installer/tests/installer_test/installer_test.module
Returns some static projects.
InstallerTestUploadCase::testUploadModule in modules/installer/tests/installer.test
Tests upload and extraction of a module.
LayoutBlockTextTest::testBlockText in modules/layout/tests/layout.test
Tests the BlockText class functionality.
layout_layout_presave in modules/layout/layout.module
Implements hook_layout_presave().
seven_tablesort_indicator in themes/seven/template.php
Overrides theme_tablesort_indicator().
SimpleTestFolderTestCase::setUp in modules/simpletest/tests/simpletest.test
Sets up a Backdrop site for running functional and integration tests.
simpletest_result_status_image in modules/simpletest/simpletest.pages.inc
Get the appropriate image for the status.
standard_install in profiles/standard/standard.install
Implements hook_install().
system_jump_menu in modules/system/system.module
Generate a jump menu form.
template_preprocess_ckeditor_settings_toolbar in modules/ckeditor/ckeditor.theme.inc
Preprocess variables for theme_ckeditor_settings_toolbar().
template_preprocess_installer_browser_project in modules/installer/installer.theme.inc
Add some variables for the project theme.
template_preprocess_installer_browser_project_dialog in modules/installer/installer.theme.inc
Add some variables for the project details dialog.
template_preprocess_user_picture in modules/user/user.theme.inc
Process variables for user-picture.tpl.php.
theme_feed_icon in includes/theme.inc
Returns HTML for a feed icon.
theme_image_button in includes/form.inc
Returns HTML for an image button form element.
theme_image_formatter in modules/image/image.theme.inc
Returns HTML for an image field formatter.
theme_image_style in modules/image/image.theme.inc
Returns HTML for an image using a specific image style.
theme_image_style_preview in modules/image/image.theme.inc
Returns HTML for a preview of an image style.
theme_layout_info in modules/layout/layout.theme.inc
Outputs information about a layout. Used in the layout listing page.
theme_layout_template_info in modules/layout/layout.theme.inc
Outputs information about a layout template . Used in the layout template listing page.
theme_layout_template_option in modules/layout/layout.theme.inc
Outputs an individual option label for selecting a layout.
theme_simpletest_test_table in modules/simpletest/simpletest.theme.inc
Returns HTML for a test list generated by simpletest_test_form() into a table.
theme_system_themes_page in modules/system/system.theme.inc
Returns HTML for the Appearance page.
theme_tablesort_indicator in includes/theme.inc
Returns HTML for a sort icon.
TokenNodeTestCase::testNodeTokens in modules/simpletest/tests/token.test
TokenUserTestCase::testUserTokens in modules/simpletest/tests/token.test
user_admin_settings in modules/user/user.admin.inc
Form builder; Configure user settings for this site.
UserPasswordResetTest::setUp in modules/user/tests/user_password_reset.test
Sets up a Backdrop site for running functional and integration tests.
UserPictureTestCase::setUp in modules/user/tests/user.test
Sets up a Backdrop site for running functional and integration tests.
UserPictureTestCase::testDeletePicture in modules/user/tests/user.test
Tests deletion of user pictures.
UserPictureTestCase::testExternalPicture in modules/user/tests/user.test
Test HTTP schema working with user pictures.
UserPictureTestCase::testPictureIsValid in modules/user/tests/user.test
Do the test: Picture is valid (proper size and dimension)
UserPictureTestCase::testWithGDinvalidDimension in modules/user/tests/user.test
Do the test: GD Toolkit is installed Picture has invalid dimension
UserPictureTestCase::testWithGDinvalidSize in modules/user/tests/user.test
Do the test: GD Toolkit is installed Picture has invalid size
UserPictureTestCase::testWithoutGDinvalidDimension in modules/user/tests/user.test
Do the test: GD Toolkit is not installed Picture has invalid size
UserPictureTestCase::testWithoutGDinvalidSize in modules/user/tests/user.test
Do the test: GD Toolkit is not installed Picture has invalid size
views_handler_field_user_picture::options_form in modules/user/views/views_handler_field_user_picture.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_user_picture::render in modules/user/views/views_handler_field_user_picture.inc
Render the field.