text.module

Defines simple text field types.

File

drupal/core/modules/text/text.module
View source

Functions

Namesort descending Description
text_field_info Implements hook_field_info().
text_field_instance_settings_form Implements hook_field_instance_settings_form().
text_field_is_empty Implements hook_field_is_empty().
text_field_load Implements hook_field_load().
text_field_prepare_translation Implements hook_field_prepare_translation().
text_field_settings_form Implements hook_field_settings_form().
text_field_validate Implements hook_field_validate().
text_filter_format_disable Implements hook_filter_format_disable().
text_filter_format_update Implements hook_filter_format_update().
text_help Implements hook_help().
text_library_info Implements hook_library_info().
text_sanitize Sanitizes the 'value' or 'summary' data of a text value.
text_summary Generates a trimmed, formatted version of a text field value.