Drupal.org
Developing for Drupal
Report a bug
Home
»
API reference
text.module
View documentation
View source
Version 1.37 (checked in on 2009/11/22 at 08:14:27 by dries)
Defines simple text field types.
Functions
Name
Description
text_element_info
Implement
hook_element_info
().
text_field_formatter_info
Implement
hook_field_formatter_info
().
text_field_info
Implement
hook_field_info
().
text_field_instance_settings_form
Implement
hook_field_instance_settings_form
().
text_field_is_empty
Implement
hook_field_is_empty
().
text_field_load
Implement
hook_field_load
().
text_field_sanitize
Implement
hook_field_sanitize
().
text_field_schema
Implement
hook_field_schema
().
text_field_settings_form
Implement
hook_field_settings_form
().
text_field_validate
Implement
hook_field_validate
().
text_field_widget
Implement
hook_field_widget
().
text_field_widget_error
Implement
hook_field_widget_error
().
text_field_widget_formatted_text_value
Helper function to determine the value for a formatted text widget.
text_field_widget_info
Implement
hook_field_widget_info
().
text_field_widget_settings_form
Implement
hook_field_widget_settings_form
().
text_summary
Generate a trimmed, formatted version of a text field value.
text_textarea_elements_process
Process an individual element.
text_textarea_with_summary_process
Process an individual element.
text_textfield_elements_process
Process an individual element.
text_theme
Implement
hook_theme
().
theme_field_formatter_text_default
Theme function for 'default' text field formatter.
theme_field_formatter_text_plain
Theme function for 'plain' text field formatter.
theme_field_formatter_text_summary_or_trimmed
Theme function for 'summary or trimmed' field formatter for text_with_summary fields. This formatter returns the summary element of the field or, if the summary is empty, the trimmed version of the full element of the field.
theme_field_formatter_text_trimmed
Theme function for 'trimmed' text field formatter.
theme_text_textarea
theme_text_textfield
FAPI theme for an individual text elements.
Login
or
register
to post comments
Search Drupal 6
Function, file, or topic:
*
Drupal 6
Constants
Files
Functions
Globals
Topics