You are here

function fel_fields_ctools_plugin_directory in Form element layout 7

Implements hook_ctools_plugin_directory().

AKA our own plugin implementation of 'description_display'.

File

modules/fel_fields/fel_fields.module, line 93
Field support for Form element layout (fel.module).

Code

function fel_fields_ctools_plugin_directory($owner, $plugin_type) {
  if ($owner == 'fel_fields') {
    return 'plugins/' . $plugin_type;
  }
}