You are here

function ttext_widget_settings in Internationalization 5

Implementation of hook_widget_settings().

File

experimental/ttext.module, line 136
Defines simple ttext field types.

Code

function ttext_widget_settings($op, $widget) {
  drupal_set_message("ttext_widget_settings: {$op}");
  return text_widget_settings($op, $widget);
}