BlockHero::formSubmit in modules/layout/includes/block.hero.inc
Submit handler to save the form settings.
BlockTestCase::testCustomBlock in modules/block/tests/block.test
Test creating custom block, editing, and then deleting it.
config_import_full_form_submit in modules/config/config.admin.inc
Submit handler for config_import_full_form().
EntityCrudHookTestCase::testFileHooks in modules/entity/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on files.
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_add_upload_step_filetype in modules/file/file.pages.inc
Generate form fields for the second step in the add file wizard.
file_add_upload_step_scheme in modules/file/file.pages.inc
Generate form fields for the third step in the add file wizard.
FileAdminTestCase::testFileAdminPages in modules/file/tests/file.test
Tests file overview with different user permissions.
FileCopyTest::testExistingError in modules/simpletest/tests/file.test
Test that copying over an existing file fails when FILE_EXISTS_ERROR is specified.
FileCopyTest::testExistingRename in modules/simpletest/tests/file.test
Test renaming when copying over a file that already exists.
FileCopyTest::testExistingReplace in modules/simpletest/tests/file.test
Test replacement when copying over a file that already exists.
FileCopyTest::testNormal in modules/simpletest/tests/file.test
Test file copying in the normal, base case.
file_delete_form_submit in modules/file/file.pages.inc
Form submission handler for file_delete_form().
FileDeleteTest::testInUse in modules/simpletest/tests/file.test
Tries deleting a file that is in use.
FileDeleteTest::testUnused in modules/simpletest/tests/file.test
Tries deleting a normal file (as opposed to a directory, symlink, etc).
file_field_attach_load in modules/file/file.module
Implements hook_field_attach_load().
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().
file_field_formatter_view in modules/file/file.field.inc
Implements hook_field_formatter_view().
file_field_insert in modules/file/file.field.inc
Implements hook_field_insert().
file_field_update in modules/file/file.field.inc
Implements hook_field_update().
FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit in modules/file/tests/file.test
Helper for testing exploiting the temporary file removal using fid.
FileLoadTest::testLoadMissingFid in modules/simpletest/tests/file.test
Try to load a non-existent file by fid.
FileLoadTest::testSingleValues in modules/simpletest/tests/file.test
Load a single file and ensure that the correct values are returned.
file_managed_file_process in modules/file/file.module
Render API callback: Expands the managed_file element type.
file_managed_file_validate in modules/file/file.module
Render API callback: Validates the managed_file element.
file_managed_file_value in modules/file/file.module
Render API callback: Determines the value for a managed_file type element.
file_manage_form_submit in modules/file/file.pages.inc
Form submission handler for the 'Save' button for file_manage_form().
FileMoveTest::testExistingError in modules/simpletest/tests/file.test
Test that moving onto an existing file fails when FILE_EXISTS_ERROR is specified.
FileMoveTest::testExistingRename in modules/simpletest/tests/file.test
Test renaming when moving onto a file that already exists.
FileMoveTest::testExistingReplace in modules/simpletest/tests/file.test
Test replacement when moving onto a file that already exists.
FileMoveTest::testExistingReplaceSelf in modules/simpletest/tests/file.test
Test replacement when moving onto itself.
FileMoveTest::testNormal in modules/simpletest/tests/file.test
Move a normal file.
FilePrivateTestCase::testPrivateFile in modules/file/tests/file.test
Tests file access for file uploaded to a private node.
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.
FileSaveDataTest::testExistingError in modules/simpletest/tests/file.test
Test that file_save_data() fails overwriting an existing file.
FileSaveDataTest::testExistingRename in modules/simpletest/tests/file.test
Test file_save_data() when renaming around an existing file.
FileSaveDataTest::testExistingReplace in modules/simpletest/tests/file.test
Test file_save_data() when replacing an existing file.
FileSaveDataTest::testWithFilename in modules/simpletest/tests/file.test
Test the file_save_data() function when a filename is provided.
FileSaveDataTest::testWithoutFilename in modules/simpletest/tests/file.test
Test the file_save_data() function when no filename is provided.
FileSaveTest::testFileSave in modules/simpletest/tests/file.test
FileSaveUploadTest::testNormal in modules/simpletest/tests/file.test
Test the file_save_upload() function.
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.
FileTokenReplaceTestCase::testFileTokenReplacement in modules/file/tests/file.test
Creates a file, then tests the tokens generated from it.
file_type_determine in modules/file/file.module
FileUnitTestCase::testImageDimensions in modules/file/tests/file.test
Tests storing image height and width as file metadata.
FileUploadTransliterationTest::testTransliteration in modules/simpletest/tests/file.test
FileUploadWizardTestCase::testFileUploadWizardBasic in modules/file/tests/file.test
Test the basic file upload wizard functionality.
FileUploadWizardTestCase::testFileUploadWizardFields in modules/file/tests/file.test
Test the file upload wizard field step.
FileUploadWizardTestCase::testFileUploadWizardSchemes in modules/file/tests/file.test
Test the file upload wizard scheme step.
FileUploadWizardTestCase::testFileUploadWizardStepSkipping in modules/file/tests/file.test
Test skipping each of the file upload wizard steps.
FileUploadWizardTestCase::testFileUploadWizardTypes in modules/file/tests/file.test
Test the file upload wizard type step.
FileUsageTestCase::testFileUsagePage in modules/file/tests/file.test
Create a file and verify its usage information.
_filter_delete_file_usage in modules/filter/filter.module
Deletes file usage of files referenced by processed text fields.
filter_format_editor_image_form in modules/filter/filter.pages.inc
Form callback: Display a form for inserting/editing an image.
filter_format_editor_image_form_submit in modules/filter/filter.pages.inc
Submit handler for filter_format_editor_image_form().
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_format_editor_link_form_submit in modules/filter/filter.pages.inc
Submit handler for filter_format_editor_link_form().
_filter_record_file_usage in modules/filter/filter.module
Records file usage of files referenced by processed text fields.
hook_field_prepare_view in modules/field/field.api.php
Prepare field values prior to display.
image_field_presave in modules/image/image.field.inc
Implements hook_field_presave().
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().
system_cron in modules/system/system.module
Implements hook_cron().
template_preprocess_user_picture in modules/user/user.theme.inc
Process variables for user-picture.tpl.php.
theme_file_link in modules/file/file.theme.inc
Returns HTML for a link to a file.
UserPictureTestCase::testDeletePicture in modules/user/tests/user.test
Tests deletion of user pictures.
views_handler_field_user_picture::render in modules/user/views/views_handler_field_user_picture.inc
Render the field.