function state_flow_ctools_plugin_directory in State Machine 7
Implements hook_ctools_plugin_directory().
File
- modules/
state_flow/ state_flow.module, line 77 - An implementation of node revision workflow for Drupal based on the State Machine system.
Code
function state_flow_ctools_plugin_directory($module, $plugin) {
if ($module == 'state_flow') {
return 'plugins/' . $plugin;
}
}