Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for file

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
file_add_form function modules/file/file.pages.inc Form callback for adding a file via an upload form.
file_icon_map function modules/file/file.module Determines the generic icon MIME package based on a file's MIME type.
File::$status property modules/file/file.entity.inc A field indicating the status of the file.
FILE_WRITABLE constant includes/install.inc File permission check -- File is writable.
file_view_file function modules/file/file.module Generate an array for rendering just the file portion of a file entity.
file.admin.inc file modules/file/file.admin.inc Admin page callbacks for the File module.
file_type_form function modules/file/file.admin.inc Form constructor for the file type settings form.
hook_file_type function modules/file/file.api.php Decides which file type (bundle) should be assigned to a file entity.
FILE_NOT_EXIST constant includes/install.inc File permission check -- File does not exist.
file_type_save function modules/file/file.admin.inc Updates an existing file type or creates a new one.
file_build_uri function includes/file.inc Constructs a URI to Backdrop's default files location given a relative path.
hook_file_load function modules/system/system.api.php Load additional information into file entities.
file_valid_uri function includes/file.inc Determines whether the URI has a valid scheme for file API operations.
file_file_type function modules/file/file.file.inc Implements hook_file_type().
file_type_load function modules/file/file.module Menu argument loader: Loads a file type by string.
user_file_move function modules/user/user.module Implements hook_file_move().
file_test.info file modules/simpletest/tests/file_test.info name = "File test" description = "Support module for file handling tests." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
file.field.inc file modules/file/file.field.inc Field module functionality for the File module.
File interface group includes/file.inc Common file handling functions.
file_views_api function modules/file/file.module Implements hook_views_api().
file.views.inc file modules/file/views/file.views.inc Provide views data and handlers for file.module.
file.theme.inc file modules/file/file.theme.inc Theme functions for the File module.
hook_file_copy function modules/system/system.api.php Respond to a file that has been copied.
file_usage_add function includes/file.inc Records that a module is using a file.
file_view_page function modules/file/file.pages.inc Menu callback; view a single file entity.
hook_file_move function modules/system/system.api.php Respond to a file that has been moved.
hook_file_view function modules/file/file.api.php Add to files as they are viewed.
file_icon_path function modules/file/file.module Creates a path to the icon for a file entity.
file_save_data function includes/file.inc Saves a file to the specified destination and creates a database entry.
file.admin.css file modules/file/css/file.admin.css Admin stylesheet for file module.
FILE_TYPE_NONE constant modules/file/file.module The {file_managed}.type value when the file type has not yet been determined.
file.pages.inc file modules/file/file.pages.inc Supports file operations including Manage and Delete.
file_hook_info function modules/file/file.module Implements hook_hook_info().
file_test_menu function modules/simpletest/tests/file_test.module Implements hook_menu().
file_file_load function modules/file/file.file.inc Implements hook_file_load().
FileDeleteTest class modules/simpletest/tests/file.test Deletion related tests.
FileTestHelper class modules/file/tests/file.test Provides methods specifically for testing File module's field handling.
testing.profile file profiles/testing/testing.profile Installation profile for tests.
minimal.profile file profiles/minimal/minimal.profile Enables modules and site configuration for a minimal site installation.
FileTransferSSH class includes/filetransfer/ssh.inc The SSH connection class for the update module.
FILE_EXECUTABLE constant includes/install.inc File permission check -- File is executable.
file_usage_list function includes/file.inc Determines where a file is used.
FileTransferFTP class includes/filetransfer/ftp.inc Base class for FTP implementations.
file.entity.inc file modules/file/file.entity.inc Entity controller and class for files.
file_usage_page function modules/file/file.pages.inc Page callback to show file usage information.
File::$filemime property modules/file/file.entity.inc The file's MIME type.
File::$filesize property modules/file/file.entity.inc The size of the file in bytes.
file_field_info function modules/file/file.field.inc Implements hook_field_info().
file_create_url function includes/file.inc Creates a web-accessible URL for a stream to an external or local file.
theme_file_icon function modules/file/file.theme.inc Returns HTML for an image with an appropriate icon for the given file.

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • next ›
  • last »

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS