Functions

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
file_unmanaged_move drupal-7.x/includes/file.inc Moves a file to a new location without database changes or hook invocation. 6
file_unmanaged_save_data drupal-7.x/includes/file.inc Saves a string to the specified destination without invoking file API. 10
file_unmunge_filename drupal-7.x/includes/file.inc Undoes the effect of file_munge_filename(). 1
file_upload_max_size drupal-7.x/includes/file.inc Determines the maximum file upload size by querying the PHP settings. 4
file_uri_scheme drupal-7.x/includes/file.inc Returns the scheme of a URI (e.g. a stream). 30
file_uri_target drupal-7.x/includes/file.inc Returns the part of a URI after the schema. 14
file_usage_add drupal-7.x/includes/file.inc Records that a module is using a file. 9
file_usage_delete drupal-7.x/includes/file.inc Removes a record to indicate that a module is no longer using a file. 8
file_usage_list drupal-7.x/includes/file.inc Determines where a file is used. 6
file_validate drupal-7.x/includes/file.inc Checks that a file meets the criteria specified by the validators. 2
file_validate_extensions drupal-7.x/includes/file.inc Checks that the filename ends with an allowed extension. 2 10
file_validate_image_resolution drupal-7.x/includes/file.inc Verifies that image dimensions are within the specified maximum and minimum. 1 3
file_validate_is_image drupal-7.x/includes/file.inc Checks that the file is recognized by image_get_info() as an image. 1 3
file_validate_name_length drupal-7.x/includes/file.inc Checks for files with names longer than we can store in the database. 1 1
file_validate_size drupal-7.x/includes/file.inc Checks that the file's size is below certain limits. 1 3
file_valid_uri drupal-7.x/includes/file.inc Determines whether the URI has a valid scheme for file API operations. 5
filter_access drupal-7.x/modules/filter/filter.module Checks if a user has access to a particular text format. 5
filter_admin_disable drupal-7.x/modules/filter/filter.admin.inc Form constructor for the text format deletion confirmation form. 1
filter_admin_disable_submit drupal-7.x/modules/filter/filter.admin.inc Form submission handler for filter_admin_disable().
filter_admin_format_form drupal-7.x/modules/filter/filter.admin.inc Form constructor for the text format add/edit form. 1
filter_admin_format_form_submit drupal-7.x/modules/filter/filter.admin.inc Form submission handler for filter_admin_format_form().
filter_admin_format_form_validate drupal-7.x/modules/filter/filter.admin.inc Form validation handler for filter_admin_format_form().
filter_admin_format_page drupal-7.x/modules/filter/filter.admin.inc Page callback: Displays the text format add/edit form. 3
filter_admin_format_title drupal-7.x/modules/filter/filter.module Displays a text format form title. 1 3
filter_admin_overview drupal-7.x/modules/filter/filter.admin.inc Page callback: Form constructor for a form to list and reorder text formats. 2
filter_admin_overview_submit drupal-7.x/modules/filter/filter.admin.inc Form submission handler for filter_admin_overview().
filter_default_format drupal-7.x/modules/filter/filter.module Returns the ID of the default text format for a particular user. 5 6
filter_dom_load drupal-7.x/modules/filter/filter.module Parses an HTML snippet and returns it as a DOM object. 2
filter_dom_serialize drupal-7.x/modules/filter/filter.module Converts a DOM object back to an HTML snippet. 2
filter_dom_serialize_escape_cdata_element drupal-7.x/modules/filter/filter.module Adds comments around the <!CDATA section in a dom element. 1
filter_element_info drupal-7.x/modules/filter/filter.module Implements hook_element_info().
filter_fallback_format drupal-7.x/modules/filter/filter.module Returns the ID of the fallback text format that all users have access to. 14 3
filter_fallback_format_title drupal-7.x/modules/filter/filter.module Returns the title of the fallback text format.
filter_filter_info drupal-7.x/modules/filter/filter.module Implements hook_filter_info(). 1
filter_formats drupal-7.x/modules/filter/filter.module Retrieves a list of text formats, ordered by weight. 14 5
filter_formats_reset drupal-7.x/modules/filter/filter.module Resets the text format caches. 7
filter_format_allowcache drupal-7.x/modules/filter/filter.module Checks if the text in a certain text format is allowed to be cached. 2
filter_format_disable drupal-7.x/modules/filter/filter.module Disables a text format. 3
filter_format_exists drupal-7.x/modules/filter/filter.module Determines if a text format exists. 1
filter_format_load drupal-7.x/modules/filter/filter.module Loads a text format object from the database. 20
filter_format_save drupal-7.x/modules/filter/filter.module Saves a text format object to the database. 7
filter_form_access_denied drupal-7.x/modules/filter/filter.module Render API callback: Hides the field value of 'text_format' elements. 1
filter_get_filters drupal-7.x/modules/filter/filter.module Returns a list of all filters provided by modules. 7 2
filter_get_formats_by_role drupal-7.x/modules/filter/filter.module Retrieves a list of text formats that are allowed for a given role. 1
filter_get_roles_by_format drupal-7.x/modules/filter/filter.module Retrieves a list of roles that are allowed to use a given text format. 4
filter_help drupal-7.x/modules/filter/filter.module Implements hook_help().
filter_install drupal-7.x/modules/filter/filter.install Implements hook_install().
filter_list_format drupal-7.x/modules/filter/filter.module Retrieves a list of filters for a given text format. 8 1
filter_menu drupal-7.x/modules/filter/filter.module Implements hook_menu().
filter_modules_disabled drupal-7.x/modules/filter/filter.module Implements hook_modules_disabled().

Páginas