Search for file
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
File | class | core/ |
File entity media source. |
File | class | core/ |
Defines the file entity class. |
File | class | core/ |
Field handler to provide simple renderer that allows linking to a file. |
File | class | core/ |
Tests creating managed files views with the wizard. |
File | class | core/ |
Drupal 6 file source from database. |
File | class | core/ |
Drupal 7 file source from database. |
File | class | core/ |
Provides a form element for uploading a file. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
FILE_STATUS_PERMANENT | constant | core/ |
Indicates that the file is permanent and should not be deleted. |
file_stream_wrapper_uri_normalize | function | core/ |
Normalizes a URI by making it syntactically correct. |
file_stream_wrapper_valid_scheme | function | core/ |
Checks that the scheme of a stream URI is valid. |
file_system | service | core/ |
Drupal\Core\File\FileSystem |
file_test.info.yml | file | core/ |
core/modules/file/tests/file_test/file_test.info.yml |
file_test.module | file | core/ |
Helper module for the file tests. |
file_test.routing.yml | file | core/ |
core/modules/file/tests/file_test/file_test.routing.yml |
file_test.services.yml | file | core/ |
core/modules/file/tests/file_test/file_test.services.yml |
file_test_entity_type_alter | function | core/ |
Implements hook_entity_info_alter(). |
file_test_file_copy | function | core/ |
Implements hook_file_copy(). |
file_test_file_download | function | core/ |
Implements hook_file_download(). |
file_test_file_insert | function | core/ |
Implements hook_ENTITY_TYPE_insert() for file entities. |
file_test_file_load | function | core/ |
Implements hook_ENTITY_TYPE_load() for file entities. |
file_test_file_mimetype_mapping_alter | function | core/ |
Implements hook_file_mimetype_mapping_alter(). |
file_test_file_move | function | core/ |
Implements hook_file_move(). |
file_test_file_predelete | function | core/ |
Implements hook_ENTITY_TYPE_predelete() for file entities. |
file_test_file_scan_callback | function | core/ |
Helper function for testing FileSystemInterface::scanDirectory(). |
file_test_file_scan_callback_reset | function | core/ |
Reset static variables used by file_test_file_scan_callback(). |
file_test_file_update | function | core/ |
Implements hook_ENTITY_TYPE_update() for file entities. |
file_test_file_url_alter | function | core/ |
Implements hook_file_url_alter(). |
file_test_file_validate | function | core/ |
Implements hook_file_validate(). |
file_test_get_all_calls | function | core/ |
Get an array with the calls for all hooks. |
file_test_get_calls | function | core/ |
Get the arguments passed to invocation of a given hook since file_test_reset() was last called. |
file_test_reset | function | core/ |
Reset/initialize the history of calls to the file_* hooks. |
file_test_set_return | function | core/ |
Assign a return value for a given operation. |
file_test_validator | function | core/ |
Helper validator that returns the $errors parameter. |
file_test_views.info.yml | file | core/ |
core/modules/file/tests/modules/file_test_views/file_test_views.info.yml |
file_theme | function | core/ |
Implements hook_theme(). |
file_tokens | function | core/ |
Implements hook_tokens(). |
file_token_info | function | core/ |
Implements hook_token_info(). |
file_unmanaged_copy | function | core/ |
Copies a file to a new location without database changes or hook invocation. |
file_unmanaged_delete | function | core/ |
Deletes a file without database changes or hook invocations. |
file_unmanaged_delete_recursive | function | core/ |
Deletes all files and directories in the specified filepath recursively. |
file_unmanaged_move | function | core/ |
Moves a file to a new location without database changes or hook invocation. |
file_unmanaged_prepare | function | core/ |
Internal function that prepares the destination for a file_unmanaged_copy or file_unmanaged_move operation. |
file_unmanaged_save_data | function | core/ |
Saves a file to the specified destination without invoking file API. |
file_unmunge_filename | function | core/ |
Undoes the effect of file_munge_filename(). |
file_update_8001 | function | core/ |
Add 'use_description_as_link_text' setting to file field formatters. |
file_update_8300 | function | core/ |
Prevent unused files from being deleted. |
file_update_8700 | function | core/ |
Set the 'owner' entity key and update the field. |
file_upload_max_size | function | core/ |
Determines the maximum file upload size by querying the PHP settings. |
file_uri_scheme | function | core/ |
Returns the scheme of a URI (e.g. a stream). |
file_uri_target | function | core/ |
Returns the part of a URI after the schema. |
FILE_URL_TEST_CDN_1 | constant | core/ |
|
FILE_URL_TEST_CDN_2 | constant | core/ |
|
file_url_transform_relative | function | core/ |
Transforms an absolute URL of a local file to a relative URL. |
file_validate | function | core/ |
Checks that a file meets the criteria specified by the validators. |
file_validate_extensions | function | core/ |
Checks that the filename ends with an allowed extension. |
file_validate_image_resolution | function | core/ |
Verifies that image dimensions are within the specified maximum and minimum. |
file_validate_is_image | function | core/ |
Checks that the file is recognized as a valid image. |
Pagination
- Previous page
- Page 40
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.