field_ui_help |
drupal/modules/field_ui/field_ui.module |
Implements hook_help(). |
|
|
field_ui_inactive_instances |
drupal/modules/field_ui/field_ui.module |
Identifies inactive fields within a bundle. |
1 |
|
field_ui_inactive_message |
drupal/modules/field_ui/field_ui.admin.inc |
Displays a message listing the inactive fields of a given bundle. |
2 |
|
field_ui_menu |
drupal/modules/field_ui/field_ui.module |
Implements hook_menu(). |
|
|
field_ui_menu_load |
drupal/modules/field_ui/field_ui.module |
Menu loader; Load a field instance based on field and bundle name. |
|
|
field_ui_menu_title |
drupal/modules/field_ui/field_ui.module |
Menu title callback. |
|
1 |
field_ui_next_destination |
drupal/modules/field_ui/field_ui.admin.inc |
Returns the next redirect path in a multipage sequence. |
3 |
|
field_ui_table_pre_render |
drupal/modules/field_ui/field_ui.admin.inc |
Pre-render callback for field_ui_table elements. |
|
1 |
field_ui_theme |
drupal/modules/field_ui/field_ui.module |
Implements hook_theme(). |
|
|
field_ui_widget_type_form |
drupal/modules/field_ui/field_ui.admin.inc |
Form constructor for the widget selection form. |
|
1 |
field_ui_widget_type_form_submit |
drupal/modules/field_ui/field_ui.admin.inc |
Form submission handler for field_ui_widget_type_form(). |
|
1 |
field_ui_widget_type_options |
drupal/modules/field_ui/field_ui.admin.inc |
Returns an array of widget type options for a field type. |
5 |
|
field_update_7000 |
drupal/modules/field/field.install |
Field update version placeholder. |
|
|
field_update_7001 |
drupal/modules/field/field.install |
Fix fields definitions created during the d6 to d7 upgrade path. |
|
|
field_update_7002 |
drupal/modules/field/field.install |
Split the all-inclusive field_bundle_settings variable per bundle. |
|
|
field_update_7003 |
drupal/modules/field/field.install |
Add the FieldInfo class to the class registry. |
|
|
field_update_7004 |
drupal/modules/field/field.install |
Grant the new "administer fields" permission to trusted users. |
|
|
field_update_field |
drupal/modules/field/field.crud.inc |
Updates a field. |
26 |
|
field_update_instance |
drupal/modules/field/field.crud.inc |
Updates an instance of a field. |
22 |
|
field_valid_language |
drupal/modules/field/field.multilingual.inc |
Ensures that a given language code is valid. |
3 |
|
field_view_field |
drupal/modules/field/field.module |
Returns a renderable array for the value of a single field in an entity. |
3 |
|
field_view_mode_settings |
drupal/modules/field/field.module |
Returns view mode settings in a given bundle. |
7 |
1 |
field_view_value |
drupal/modules/field/field.module |
Returns a renderable array for a single field value. |
1 |
|
field_widget_field |
drupal/modules/field/field.form.inc |
Retrieves the field definition for a widget's helper callbacks. |
4 |
|
field_widget_instance |
drupal/modules/field/field.form.inc |
Retrieves the instance definition array for a widget's helper callbacks. |
3 |
|
file_ajax_progress |
drupal/modules/file/file.module |
Menu callback for upload progress. |
|
1 |
file_ajax_upload |
drupal/modules/file/file.module |
Menu callback; Shared Ajax callback for file uploads and deletions. |
|
1 |
file_build_uri |
drupal/includes/file.inc |
Constructs a URI to Drupal's default files location given a relative path. |
4 |
|
file_copy |
drupal/includes/file.inc |
Copies a file to a new location and adds a file record to the database. |
6 |
|
file_create_filename |
drupal/includes/file.inc |
Creates a full file path from a directory and filename. |
3 |
|
file_create_htaccess |
drupal/includes/file.inc |
Creates a .htaccess file in the given directory. |
2 |
|
file_create_url |
drupal/includes/file.inc |
Creates a web-accessible URL for a stream to an external or local file. |
37 |
|
file_default_mimetype_mapping |
drupal/includes/file.mimetypes.inc |
Default MIME extension mapping. |
1 |
|
file_default_scheme |
drupal/includes/file.inc |
Gets the default file stream implementation. |
20 |
15 |
file_delete |
drupal/includes/file.inc |
Deletes a file and its database record. |
9 |
|
file_destination |
drupal/includes/file.inc |
Determines the destination path for a file. |
3 |
|
file_directory_temp |
drupal/includes/file.inc |
Gets the path of system-appropriate temporary directory. |
5 |
2 |
file_download |
drupal/includes/file.inc |
Menu handler for private file transfers. |
1 |
1 |
file_download_access |
drupal/includes/file.inc |
Checks that the current user has access to a particular file. |
1 |
|
file_download_headers |
drupal/includes/file.inc |
Retrieves headers for a private file download. |
3 |
|
file_element_info |
drupal/modules/file/file.module |
Implements hook_element_info(). |
|
|
file_ensure_htaccess |
drupal/includes/file.inc |
Creates a .htaccess file in each Drupal files directory if it is missing. |
4 |
|
file_field_delete |
drupal/modules/file/file.field.inc |
Implements hook_field_delete(). |
1 |
|
file_field_delete_file |
drupal/modules/file/file.field.inc |
Decrements the usage count for a file and attempts to delete it. |
5 |
|
file_field_delete_revision |
drupal/modules/file/file.field.inc |
Implements hook_field_delete_revision(). |
1 |
|
file_field_displayed |
drupal/modules/file/file.field.inc |
Determines whether a file should be displayed when outputting field content. |
1 |
|
file_field_formatter_info |
drupal/modules/file/file.field.inc |
Implements hook_field_formatter_info(). |
|
|
file_field_formatter_view |
drupal/modules/file/file.field.inc |
Implements hook_field_formatter_view(). |
|
|
file_field_info |
drupal/modules/file/file.field.inc |
Implements hook_field_info(). |
|
|
file_field_insert |
drupal/modules/file/file.field.inc |
Implements hook_field_insert(). |
1 |
|