You are here

function custom_formatters_name_load in Custom Formatters 6

Menu wildcard loader.

File

./custom_formatters.module, line 259
Contains core functions for the Custom Formatters module.

Code

function custom_formatters_name_load($name) {
  return custom_formatters_formatter($name, TRUE);
}