function ttext_allowed_values in Internationalization 5
Create an array of the allowed values for this field
1 call to ttext_allowed_values()
- ttext_field_formatter in experimental/
ttext.module - Implementation of hook_field_formatter().
File
- experimental/
ttext.module, line 153 - Defines simple ttext field types.
Code
function ttext_allowed_values($field) {
return text_allowed_values($field);
}