You are here

function custom_formatters_token_tree in Custom Formatters 6

1 string reference to 'custom_formatters_token_tree'
custom_formatters_menu in ./custom_formatters.module
Implements hook_menu().

File

./custom_formatters.admin.inc, line 802
Contains administration functions for the Custom Formatters module.

Code

function custom_formatters_token_tree() {
  drupal_json(array(
    'status' => TRUE,
    'data' => theme_custom_formatters_token_tree($_POST['field_types']),
  ));
}