Functions to load and save information about file displays.
File
- core/
modules/ file/ file.module, line 2173 - Defines a "managed_file" Form API field and a "file" field for Field module.
Functions
Name | Location | Description |
---|---|---|
file_display |
core/ |
Returns an array containing a single display to use for a file type in a given view mode. |
file_displays Deprecated |
core/ |
Returns the display to use for a file type in a given view mode. |
file_displays_load Deprecated |
core/ |
Returns a single {file_display} array for the file type. |
file_display_load |
core/ |
Returns an array with a single value. The key is the formatter name, and the value is a {file_display} array for the file type. |
file_display_save |
core/ |
Saves a {file_display} array to config. |