You are here

Functions in Commerce File 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
commerce_file_access ./commerce_file.module Determines if a user may perform the given operation on the licensed file. 2 1
commerce_file_admin_paths ./commerce_file.module Implements hook_admin_paths().
commerce_file_bypass_license_control ./commerce_file.module Checks whether the provided user is allowed to bypass license control. 4
commerce_file_can_download ./commerce_file.module Returns whether the licensed file can be downloaded. 2
commerce_file_commerce_license_types_list_alter ./commerce_file.module Implements hook_commerce_license_types_list_alter().
commerce_file_configure_product_types ./commerce_file.module Ensures that the provided product types have the required fields. 1
commerce_file_ctools_plugin_directory ./commerce_file.module Implements hook_ctools_plugin_directory().
commerce_file_download_log_clear ./commerce_file.module Clear the download log. 1
commerce_file_download_log_get_counts ./commerce_file.module Get the download counts for the provided license and its files. 2
commerce_file_download_log_insert ./commerce_file.module Log the download of a file. 1
commerce_file_download_page ./commerce_file.module Menu callback; download a single file entity. 1
commerce_file_exit ./commerce_file.module Implements hook_exit().
commerce_file_field_formatter_info ./commerce_file.module Implements hook_field_formatter_info().
commerce_file_field_formatter_settings_form ./commerce_file.module Implements hook_field_formatter_settings_form().
commerce_file_field_formatter_settings_summary ./commerce_file.module Implements hook_field_formatter_settings_summary().
commerce_file_field_formatter_view ./commerce_file.module Implements hook_field_formatter_view().
commerce_file_file_download ./commerce_file.module Implements hook_file_download().
commerce_file_file_download_headers_alter ./commerce_file.module Implements hook_file_download_headers_alter(). 1
commerce_file_file_entity_access ./commerce_file.module Implements hook_file_entity_access().
commerce_file_flush_caches ./commerce_file.module Implements hook_flush_caches(). 1
commerce_file_get_download_limit ./commerce_file.module Returns the file's download limit. 1
commerce_file_get_download_token ./commerce_file.module Generates a token to protect a file download URL. 2
commerce_file_get_license ./commerce_file.module Returns an eligible active license for the given file. 2
commerce_file_get_product_license ./commerce_file.module Returns the active file license for the given product. 1
commerce_file_get_request_file ./commerce_file.module Retrieves the file currently being downloaded. 1
commerce_file_install ./commerce_file.install Implements hook_install().
commerce_file_is_licensable ./commerce_file.module Checks whether the given file is licensable. 3
commerce_file_menu ./commerce_file.module Implements hook_menu().
commerce_file_menu_alter ./commerce_file.module Implements hook_menu_alter().
commerce_file_module_implements_alter ./commerce_file.module Implements hook_module_implements_alter().
commerce_file_permission ./commerce_file.module Implements hook_permission().
commerce_file_product_types ./commerce_file.module Return a list of product types used for file licensing. 3 1
commerce_file_requirements ./commerce_file.install Implements hook_requirements().
commerce_file_schema ./commerce_file.install Implements hook_schema(). 1
commerce_file_settings_form includes/commerce_file.admin.inc Settings form callback. 1
commerce_file_settings_form_submit includes/commerce_file.admin.inc Submit callback of the file settings form. 1
commerce_file_set_request_file ./commerce_file.module Sets the file currently being downloaded. 3
commerce_file_theme ./commerce_file.module Implements hook_theme().
commerce_file_uninstall ./commerce_file.install Implements hook_uninstall().
commerce_file_update_7200 ./commerce_file.install Create the download log table.
commerce_file_views_api ./commerce_file.module Implements hook_views_api().
commerce_file_views_data includes/views/commerce_file.views.inc Implements hook_views_data().
commerce_file_views_default_views includes/views/commerce_file.views_default.inc Implements hook_views_default_views().
hook_commerce_file_can_download ./commerce_file.api.php Lets modules prevent the download of a file.
hook_commerce_file_get_download_limit ./commerce_file.api.php Lets modules change how the file's download limit is determined.
theme_commerce_file_download_link ./commerce_file.module Copy of theme_file_file_link() for linking to the file download URL.
_commerce_file_default_scheme ./commerce_file.module Returns the default scheme to be used for the commerce_file field. 1

Other projects