You are here

Functions in Field tools 8

Primary tabs

Namesort descending Location Description Direct uses Strings
D7field_tools_array_insert ./field_tools.module Inserts values into an array after a given key.
D7field_tools_field_menu_load ./field_tools.module Menu loader for a field.
D7field_tools_form_field_ui_field_overview_form_alter ./field_tools.module Implements hook_form_FORM_ID_alter(): field_ui_field_overview_form
D7field_tools_info_instances ./field_tools.module Helper to get a list of all instances of a field.
D7field_tools_menu ./field_tools.module Implements hook_menu().
D7_field_tools_entity_can_attach_field ./field_tools.module Helper function to determine whether a field can be attached an entity type.
D7_field_tools_field_already_attached ./field_tools.module Helper function to tell if a field is already attached to a bundle.
field_tools_bundle_fields_clone_from_form ./field_tools.admin.inc Form builder for the cloning multiple fields from a bundle. 1
field_tools_bundle_fields_clone_from_form_submit ./field_tools.admin.inc Submit handler for the mass clone form.
field_tools_bundle_fields_clone_to_form ./field_tools.admin.inc Form builder for the cloning multiple fields to a bundle. 1
field_tools_bundle_fields_clone_to_form_submit ./field_tools.admin.inc Submit handler for the mass clone to bundle form.
field_tools_bundle_fields_clone_to_form_validate ./field_tools.admin.inc Validation for cloning multiple fields into one bundle.
field_tools_entity_operation ./field_tools.module Implements hook_entity_operation().
field_tools_entity_type_build ./field_tools.module Implements hook_entity_type_build().
field_tools_field_clone_form ./field_tools.admin.inc Form builder for cloning a single field.. 2
field_tools_field_clone_form_submit ./field_tools.admin.inc Submit handler for the field clone form.
field_tools_field_delete_form ./field_tools.admin.inc Form for deleting multiple instances of a field. 1
field_tools_field_delete_form_submit ./field_tools.admin.inc Submit handler for deleting multiple instances.
field_tools_field_edit_form ./field_tools.admin.inc Form to edit all instances of a field. 1
field_tools_field_edit_form_submit ./field_tools.admin.inc Submit handler for the form for all instances of a field.
field_tools_field_edit_form_validate ./field_tools.admin.inc Validate handler for the form for all instances of a field.
field_tools_field_instances_list ./field_tools.admin.inc Helper to format a nested list of field instances, grouped by entity type. 3
field_tools_field_overview ./field_tools.admin.inc Page callback for the field overview list. 1
field_tools_field_page ./field_tools.admin.inc Page callback to list all instances of a field with links to edit them. 1
field_tools_field_references_graph ./field_tools.admin.inc Output a graph of references between entity types. 1
field_tools_field_references_overview ./field_tools.admin.inc Page callback for the field references overview list. 1
field_tools_help ./field_tools.module Implements hook_help().
field_tools_options_entity_bundle ./field_tools.admin.inc Helper to get FormAPI options for entity bundles. 2
_field_tools_add_instance_to_bundles ./field_tools.admin.inc Helper function to clone a single field instance into multiple bundles. 3

Other projects