You are here

function reference_table_formatter_ctools_plugin_directory in Reference Table Formatter 7

Implements hook_ctools_plugin_directory().

File

./reference_table_formatter.module, line 56
Format reference fields as tables of information.

Code

function reference_table_formatter_ctools_plugin_directory($owner, $plugin_type) {
  return 'plugins/' . $plugin_type;
}