You are here

function prebid_ctools_plugin_type in Doubleclick for Publishers (DFP) 7.2

Implements hook_ctools_plugin_type().

File

prebid/prebid.module, line 52

Code

function prebid_ctools_plugin_type() {

  // Loads custom plugin types.
  ctools_include('utility');
  $items = array();
  ctools_passthrough('prebid', 'plugin-type', $items);
  return $items;
}