file_field_settings_form |
drupal/core/modules/file/file.field.inc |
Implements hook_field_settings_form(). |
|
|
file_field_update |
drupal/core/modules/file/file.field.inc |
Implements hook_field_update(). |
1 |
|
file_field_views_data |
drupal/core/modules/file/file.views.inc |
Implements hook_field_views_data(). |
|
|
file_field_views_data_views_data_alter |
drupal/core/modules/file/file.views.inc |
Implements hook_field_views_data_views_data_alter(). |
|
|
file_field_widget_process |
drupal/core/modules/file/file.field.inc |
Render API callback: Processes a file_generic field element. |
|
1 |
file_field_widget_process_multiple |
drupal/core/modules/file/file.field.inc |
Render API callback: Processes a group of file_generic field elements. |
|
1 |
file_field_widget_submit |
drupal/core/modules/file/file.field.inc |
Form submission handler for upload/remove button of file_field_widget_form(). |
|
1 |
file_field_widget_upload_validators |
drupal/core/modules/file/file.field.inc |
Retrieves the upload validators for a file field. |
1 |
|
file_field_widget_uri |
drupal/core/modules/file/file.field.inc |
Determines the URI for a file field instance. |
1 |
|
file_field_widget_value |
drupal/core/modules/file/file.field.inc |
Render API callback: Retrieves the value for the file_generic field element. |
|
1 |
file_file_download |
drupal/core/modules/file/file.module |
Implements hook_file_download(). |
1 |
|
file_file_predelete |
drupal/core/modules/file/file.module |
Implements hook_file_predelete(). |
|
|
file_get_content_headers |
drupal/core/modules/file/file.module |
Examines a file entity and returns appropriate content headers for download. |
1 |
|
file_get_file_references |
drupal/core/modules/file/file.module |
Retrieves a list of references to a file. |
1 |
|
file_get_mimetype |
drupal/core/includes/file.inc |
Determines an Internet Media Type or MIME type from a filename. |
4 |
|
file_get_stream_wrappers |
drupal/core/includes/file.inc |
Provides Drupal stream wrapper registry. |
7 |
1 |
file_help |
drupal/core/modules/file/file.module |
Implements hook_help(). |
|
|
file_icon_map |
drupal/core/modules/file/file.module |
Determines the generic icon MIME package based on a file's MIME type. |
1 |
|
file_icon_path |
drupal/core/modules/file/file.module |
Creates a path to the icon for a file entity. |
1 |
|
file_icon_url |
drupal/core/modules/file/file.module |
Creates a URL to the icon for a file entity. |
1 |
|
file_library_info |
drupal/core/modules/file/file.module |
Implements hook_library_info(). |
|
|
file_load |
drupal/core/modules/file/file.module |
Loads a single file entity from the database. |
53 |
|
file_load_multiple |
drupal/core/modules/file/file.module |
Loads file entities from the database. |
4 |
|
file_managed_file_pre_render |
drupal/core/modules/file/file.module |
Render API callback: Hides display of the upload or remove controls. |
|
1 |
file_managed_file_process |
drupal/core/modules/file/file.module |
Render API callback: Expands the managed_file element type. |
|
1 |
file_managed_file_save_upload |
drupal/core/modules/file/file.module |
Saves any files that have been uploaded into a managed_file element. |
1 |
|
file_managed_file_submit |
drupal/core/modules/file/file.module |
Form submission handler for upload / remove buttons of managed_file elements. |
|
2 |
file_managed_file_validate |
drupal/core/modules/file/file.module |
Render API callback: Validates the managed_file element. |
|
1 |
file_managed_file_value |
drupal/core/modules/file/file.module |
Render API callback: Determines the value for a managed_file type element. |
1 |
1 |
file_menu |
drupal/core/modules/file/file.module |
Implements hook_menu(). |
|
|
file_mimetype_mapping |
drupal/core/includes/file.mimetypes.inc |
Return an array of MIME extension mappings. |
1 |
|
file_module_test_file_download_access |
drupal/core/modules/file/tests/file_module_test.module |
Implements hook_file_download_access(). |
|
|
file_module_test_form |
drupal/core/modules/file/tests/file_module_test.module |
Form constructor for testing a 'managed_file' element. |
|
1 |
file_module_test_form_submit |
drupal/core/modules/file/tests/file_module_test.module |
Form submission handler for file_module_test_form(). |
|
|
file_module_test_menu |
drupal/core/modules/file/tests/file_module_test.module |
Implements hook_menu(). |
|
|
file_move |
drupal/core/modules/file/file.module |
Moves a file to a new location and update the file's database entry. |
9 |
|
file_munge_filename |
drupal/core/includes/file.inc |
Modifies a filename as needed for security purposes. |
5 |
|
file_prepare_directory |
drupal/core/includes/file.inc |
Checks that the directory exists and is writable. |
23 |
|
file_progress_implementation |
drupal/core/modules/file/file.module |
Determines the preferred upload progress implementation. |
4 |
|
file_requirements |
drupal/core/modules/file/file.install |
Implements hook_requirements(). |
|
|
file_save_data |
drupal/core/modules/file/file.module |
Saves a file to the specified destination and creates a database entry. |
7 |
|
file_save_htaccess |
drupal/core/includes/file.inc |
Creates a .htaccess file in the given directory. |
2 |
|
file_save_upload |
drupal/core/includes/file.inc |
Saves a file upload to a new location. |
7 |
|
file_scan_directory |
drupal/core/includes/file.inc |
Finds all files that match a given mask in a given directory. |
23 |
|
file_schema |
drupal/core/modules/file/file.install |
Implements hook_schema(). |
|
|
file_stream_wrapper_get_class |
drupal/core/includes/file.inc |
Returns the stream wrapper class name for a given scheme. |
4 |
|
file_stream_wrapper_get_instance_by_scheme |
drupal/core/includes/file.inc |
Returns a reference to the stream wrapper class responsible for a scheme. |
4 |
|
file_stream_wrapper_get_instance_by_uri |
drupal/core/includes/file.inc |
Returns a reference to the stream wrapper class responsible for a given URI. |
5 |
|
file_stream_wrapper_uri_normalize |
drupal/core/includes/file.inc |
Normalizes a URI by making it syntactically correct. |
5 |
|
file_stream_wrapper_valid_scheme |
drupal/core/includes/file.inc |
Checks that the scheme of a stream URI is valid. |
12 |
|