You are here

function purl_ctools_plugin_type in Persistent URL 7

Implements hook_ctools_plugin_type().

File

./purl.module, line 38

Code

function purl_ctools_plugin_type() {
  $plugins = array(
    'processor' => array(
      'cache' => TRUE,
      'use hooks' => TRUE,
    ),
  );
  return $plugins;
}