Namesort descending Location Description
file_unmunge_filename core/includes/file.inc Undoes the effect of file_munge_filename().
file_update_1000 core/modules/file/file.install Add a view for managing files.
file_update_1001 core/modules/file/file.install Add a Manage file link to the admin files view.
file_update_1002 core/modules/file/file.install Switch the 'edit files' permission to 'manage files'.
file_update_1003 core/modules/file/file.install Add a type column to the file_managed table, and add a file_metadata table.
file_update_1004 core/modules/file/file.install Convert file_entity variables to config.
file_update_1005 core/modules/file/file.install Add the default file types and convert custom or modified file types from Drupal 7 file_entity.
file_update_1006 core/modules/file/file.install Add the default file display settings and convert saved file display settings from Drupal 7 file_entity.
file_update_1007 core/modules/file/file.install Grant the admin role permission to manage files and file types.
file_update_1008 core/modules/file/file.install Creates the table to enable caching of Comment entities.
file_update_1009 core/modules/file/file.install Remove the file_type_determine queue.
file_update_1010 core/modules/file/file.install Ensures that the "no results" text in 'file_admin' view has a valid format.
file_update_1011 core/modules/file/file.install Add Apple media types to document file type and to allowed extensions.
file_update_dependencies core/modules/file/file.install Implements hook_update_dependencies().
file_upload_destination_uri core/modules/file/file.pages.inc Determines the upload location for the file add upload form.
file_upload_max_size core/includes/file.inc Determines the maximum file upload size by querying the PHP settings.
file_upload_validators_pre_render core/modules/file/file.module Pre-render callback for adding validation descriptions to file upload fields.
file_uri core/modules/file/file.module URI callback for file entities.
file_uri_normalize_dot_segments core/includes/file.inc Normalize dot segments in a URI.
file_uri_scheme core/includes/file.inc Returns the scheme of a URI (e.g. a stream).
file_uri_target core/includes/file.inc Returns the part of a URI after the schema.
file_usage_add core/includes/file.inc Records that a module is using a file.
file_usage_delete core/includes/file.inc Removes a record to indicate that a module is no longer using a file.
file_usage_list core/includes/file.inc Determines where a file is used.
file_usage_page core/modules/file/file.pages.inc Page callback to show file usage information.
file_validate core/includes/file.inc Checks that a file meets the criteria specified by the validators.
file_validate_extensions core/includes/file.inc Checks that the filename ends with an allowed extension.
file_validate_image_orientation core/includes/file.inc Check for EXIF orientation data and rotate file if needed.
file_validate_image_resolution core/includes/file.inc Verifies that image dimensions are within the specified maximum and minimum.
file_validate_is_image core/includes/file.inc Checks that the file is recognized by image_get_info() as an image.
file_validate_name_length core/includes/file.inc Checks for files with names longer than can be stored in the database.
file_validate_size core/includes/file.inc Checks that the file's size is below certain limits.
file_validate_svg core/includes/file.inc Validate uploaded SVG files.
file_valid_uri core/includes/file.inc Determines whether the URI has a valid scheme for file API operations.
file_view core/modules/file/file.module Generate an array for rendering the given file.
file_views_api core/modules/file/file.module Implements hook_views_api().
file_views_data core/modules/file/views/file.views.inc Implements hook_field_views_data().
file_view_file core/modules/file/file.module Generate an array for rendering just the file portion of a file entity.
file_view_mode_label core/modules/file/file.module Return the label for a specific file entity view mode.
file_view_mode_labels core/modules/file/file.module Return an array of available view modes for file entities.
file_view_multiple core/modules/file/file.module End of "defgroup file_access".
file_view_page core/modules/file/file.pages.inc Menu callback; view a single file entity.
FilledUpgradePathTestCase::setUp core/modules/simpletest/tests/upgrade/upgrade_filled.test Overrides BackdropWebTestCase::setUp() for upgrade testing.
FilledUpgradePathTestCase::testFilledUpgrade core/modules/simpletest/tests/upgrade/upgrade_filled.test Test a successful upgrade.
FilterAdminTestCase::clickTextFormatOperationLink core/modules/filter/tests/filter.test Click a link to perform an operation on a text format.
FilterAdminTestCase::setUp core/modules/filter/tests/filter.test
FilterAdminTestCase::testFilterAdmin core/modules/filter/tests/filter.test Tests filter administration functionality.
FilterAdminTestCase::testFormatAdmin core/modules/filter/tests/filter.test Tests the format administration functionality.
FilterAdminTestCase::testUrlFilterAdmin core/modules/filter/tests/filter.test Tests the URL filter settings form is properly validated.
FilterCRUDTestCase::setUp core/modules/filter/tests/filter.test Sets up a Backdrop site for running functional and integration tests.

Pages