textformatter_field_formatter_info |
./textformatter.module |
Implementation of hook_field_formatter_info(). |
|
|
textformatter_formatter_get_element_values |
./textformatter.module |
Return an array of the values from a text field element. |
4 |
|
textformatter_theme |
./textformatter.module |
Implementation of hook_theme(). |
|
|
theme_textformatter_formatter_text_comma |
./textformatter.module |
Theme a textfield as a comma-separated list. |
|
1 |
theme_textformatter_formatter_text_comma_and |
./textformatter.module |
Theme a textfield as a comma-separated list with an "and". |
1 |
1 |
theme_textformatter_formatter_text_comma_and_period |
./textformatter.module |
Theme a textfield as a comma-separated list with an "and" and period. |
|
1 |
theme_textformatter_formatter_text_orderedlist |
./textformatter.module |
Theme a textfield as an HTML ordered list. |
|
1 |
theme_textformatter_formatter_text_unorderedlist |
./textformatter.module |
Theme a textfield as an HTML unordered list. |
|
1 |