Functions

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
_field_invoke_default drupal-7.x/modules/field/field.attach.inc Invoke field.module's version of a field hook. 8
_field_invoke_get_instances drupal-7.x/modules/field/field.attach.inc Helper for _field_invoke(): retrieves a list of instances to operate on. 3
_field_invoke_multiple drupal-7.x/modules/field/field.attach.inc Invoke a field hook across fields on multiple entities. 6
_field_invoke_multiple_default drupal-7.x/modules/field/field.attach.inc Invoke field.module's version of a field hook on multiple entities. 2
_field_language_suggestion drupal-7.x/modules/field/field.multilingual.inc Process the given language suggestion based on the available languages. 2
_field_sort_items drupal-7.x/modules/field/field.module Helper function to sort items in a field according to user drag-n-drop reordering. 1
_field_sort_items_helper drupal-7.x/modules/field/field.module Sort function for items order. (copied form element_sort(), which acts on #weight keys) 1
_field_sort_items_value_helper drupal-7.x/modules/field/field.module Same as above, using ['_weight']['#value'] 2
_field_sql_storage_columnname drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.module Generate a column name for a field data table. 13 1
_field_sql_storage_indexname drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.module Generate an index name for a field data table. 2
_field_sql_storage_query_columnname drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.module Field meta condition column callback. 1
_field_sql_storage_query_field_conditions drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.module Adds field (meta) conditions to the given query objects respecting groupings. 1 1
_field_sql_storage_query_join_entity drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.module Adds the base entity table to a field query object. 2
_field_sql_storage_revision_tablename drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.module Generate a table name for a field revision archive table. 24 2
_field_sql_storage_schema drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.module Return the database schema for a field. This may contain one or more tables. Each table will contain the columns relevant for the specified field. Leave the $field's 'columns' and 'indexes' keys empty to get only the base schema. 6
_field_sql_storage_tablename drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.module Generate a table name for a field data table. 24 2
_field_test_field_storage_query_sort_helper drupal-7.x/modules/field/tests/field_test.storage.inc Sort helper for field_test_field_storage_query(). 1
_field_test_storage_data drupal-7.x/modules/field/tests/field_test.storage.inc Helper function: stores or retrieves data from the 'storage backend'. 10
_field_ui_add_default_view_mode_settings drupal-7.x/modules/field_ui/field_ui.admin.inc Populates display settings for a new view mode from the default view mode. 1
_field_ui_bundle_admin_path drupal-7.x/modules/field_ui/field_ui.module Determines the administration path for a bundle. 9
_field_ui_field_name_exists drupal-7.x/modules/field_ui/field_ui.admin.inc Render API callback: Checks if a field machine name is taken. 1
_field_ui_field_overview_form_validate_add_existing drupal-7.x/modules/field_ui/field_ui.admin.inc Validates the 'add existing field' row of field_ui_field_overview_form(). 1
_field_ui_field_overview_form_validate_add_new drupal-7.x/modules/field_ui/field_ui.admin.inc Validates the 'add new field' row of field_ui_field_overview_form(). 1
_field_ui_reduce_order drupal-7.x/modules/field_ui/field_ui.admin.inc Determines the rendering order of an array representing a tree. 1
_field_ui_view_mode_menu_access drupal-7.x/modules/field_ui/field_ui.module Menu access callback for the 'view mode display settings' pages. 1
_field_write_instance drupal-7.x/modules/field/field.crud.inc Stores an instance record in the field configuration database. 2
_file_field_get_description_from_element drupal-7.x/modules/file/file.field.inc Retrieves the file description from a field field element. 1
_file_generic_settings_extensions drupal-7.x/modules/file/file.field.inc Element validate callback for the allowed file extensions field. 1
_file_generic_settings_file_directory_validate drupal-7.x/modules/file/file.field.inc Element validate callback for the file destination field. 1
_file_generic_settings_max_filesize drupal-7.x/modules/file/file.field.inc Element validate callback for the maximum upload size field. 1
_file_test_form drupal-7.x/modules/simpletest/tests/file_test.module Form to test file uploads. 1
_file_test_form_submit drupal-7.x/modules/simpletest/tests/file_test.module Process the upload.
_file_test_get_return drupal-7.x/modules/simpletest/tests/file_test.module Load the appropriate return value. 2
_file_test_log_call drupal-7.x/modules/simpletest/tests/file_test.module Store the values passed to a hook invocation. 8
_filter_autop drupal-7.x/modules/filter/filter.module Implements callback_filter_process(). 1 3
_filter_autop_tips drupal-7.x/modules/filter/filter.module Implements callback_filter_tips(). 2
_filter_disable_format_access drupal-7.x/modules/filter/filter.module Access callback: Checks access for disabling text formats. 1
_filter_format_is_cacheable drupal-7.x/modules/filter/filter.module Helper function to determine whether the output of a given text format can be cached. 1
_filter_html drupal-7.x/modules/filter/filter.module Implements callback_filter_process(). 2 2
_filter_htmlcorrector drupal-7.x/modules/filter/filter.module Implements callback_filter_process(). 3 1
_filter_html_escape drupal-7.x/modules/filter/filter.module Implements callback_filter_process(). 2
_filter_html_escape_tips drupal-7.x/modules/filter/filter.module Implements callback_filter_tips(). 1
_filter_html_settings drupal-7.x/modules/filter/filter.module Implements callback_filter_settings(). 2
_filter_html_tips drupal-7.x/modules/filter/filter.module Implements callback_filter_tips(). 2
_filter_list_cmp drupal-7.x/modules/filter/filter.module Sorts an array of filters by filter name. 1
_filter_tips drupal-7.x/modules/filter/filter.module Retrieves the filter tips. 2
_filter_url drupal-7.x/modules/filter/filter.module Implements callback_filter_process(). 1 2
_filter_url_escape_comments drupal-7.x/modules/filter/filter.module Escapes the contents of HTML comments. 1 1
_filter_url_parse_email_links drupal-7.x/modules/filter/filter.module Makes links out of e-mail addresses. 1
_filter_url_parse_full_links drupal-7.x/modules/filter/filter.module Makes links out of absolute URLs. 1

Páginas