text.module

Version 1.37 (checked in on 2009/11/22 at 08:14:27 by dries)

Defines simple text field types.

Functions

NameDescription
text_element_infoImplement hook_element_info().
text_field_formatter_infoImplement hook_field_formatter_info().
text_field_infoImplement hook_field_info().
text_field_instance_settings_formImplement hook_field_instance_settings_form().
text_field_is_emptyImplement hook_field_is_empty().
text_field_loadImplement hook_field_load().
text_field_sanitizeImplement hook_field_sanitize().
text_field_schemaImplement hook_field_schema().
text_field_settings_formImplement hook_field_settings_form().
text_field_validateImplement hook_field_validate().
text_field_widgetImplement hook_field_widget().
text_field_widget_errorImplement hook_field_widget_error().
text_field_widget_formatted_text_valueHelper function to determine the value for a formatted text widget.
text_field_widget_infoImplement hook_field_widget_info().
text_field_widget_settings_formImplement hook_field_widget_settings_form().
text_summaryGenerate a trimmed, formatted version of a text field value.
text_textarea_elements_processProcess an individual element.
text_textarea_with_summary_processProcess an individual element.
text_textfield_elements_processProcess an individual element.
text_themeImplement hook_theme().
theme_field_formatter_text_defaultTheme function for 'default' text field formatter.
theme_field_formatter_text_plainTheme function for 'plain' text field formatter.
theme_field_formatter_text_summary_or_trimmedTheme 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_trimmedTheme function for 'trimmed' text field formatter.
theme_text_textarea
theme_text_textfieldFAPI theme for an individual text elements.
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.