Advertisement
Guest User

ctools_plugin_get_plugin_type_info()

a guest
Jun 27th, 2012
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 4.79 KB | None | 0 0
  1. array(
  2.   'ctools' => array(
  3.     'cache' => array(
  4.       'module' => 'ctools',
  5.       'type' => 'cache',
  6.       'cache' => false,
  7.       'cache table' => 'cache',
  8.       'classes' => array(
  9.       ),
  10.       'use hooks' => false,
  11.       'defaults' => array(
  12.       ),
  13.       'process' => '',
  14.       'alterable' => true,
  15.       'extension' => 'inc',
  16.       'info file' => false,
  17.       'hook' => 'ctools_cache',
  18.       'load themes' => false,
  19.     ),
  20.     'content_types' => array(
  21.       'cache' => false,
  22.       'process' => array(
  23.         'function' => 'ctools_content_process',
  24.         'file' => 'export-ui.inc',
  25.         'path' => 'modules/ctools/includes',
  26.       ),
  27.       'module' => 'ctools',
  28.       'type' => 'content_types',
  29.       'cache table' => 'cache',
  30.       'classes' => array(
  31.       ),
  32.       'use hooks' => false,
  33.       'defaults' => array(
  34.       ),
  35.       'alterable' => true,
  36.       'extension' => 'inc',
  37.       'info file' => false,
  38.       'hook' => 'ctools_content_types',
  39.       'load themes' => false,
  40.     ),
  41.     'contexts' => array(
  42.       'child plugins' => true,
  43.       'module' => 'ctools',
  44.       'type' => 'contexts',
  45.       'cache' => false,
  46.       'cache table' => 'cache',
  47.       'classes' => array(
  48.       ),
  49.       'use hooks' => false,
  50.       'defaults' => array(
  51.       ),
  52.       'process' => '',
  53.       'alterable' => true,
  54.       'extension' => 'inc',
  55.       'info file' => false,
  56.       'hook' => 'ctools_contexts',
  57.       'load themes' => false,
  58.     ),
  59.     'arguments' => array(
  60.       'child plugins' => true,
  61.       'module' => 'ctools',
  62.       'type' => 'arguments',
  63.       'cache' => false,
  64.       'cache table' => 'cache',
  65.       'classes' => array(
  66.       ),
  67.       'use hooks' => false,
  68.       'defaults' => array(
  69.       ),
  70.       'process' => '',
  71.       'alterable' => true,
  72.       'extension' => 'inc',
  73.       'info file' => false,
  74.       'hook' => 'ctools_arguments',
  75.       'load themes' => false,
  76.     ),
  77.     'relationships' => array(
  78.       'child plugins' => true,
  79.       'module' => 'ctools',
  80.       'type' => 'relationships',
  81.       'cache' => false,
  82.       'cache table' => 'cache',
  83.       'classes' => array(
  84.       ),
  85.       'use hooks' => false,
  86.       'defaults' => array(
  87.       ),
  88.       'process' => '',
  89.       'alterable' => true,
  90.       'extension' => 'inc',
  91.       'info file' => false,
  92.       'hook' => 'ctools_relationships',
  93.       'load themes' => false,
  94.     ),
  95.     'access' => array(
  96.       'child plugins' => true,
  97.       'module' => 'ctools',
  98.       'type' => 'access',
  99.       'cache' => false,
  100.       'cache table' => 'cache',
  101.       'classes' => array(
  102.       ),
  103.       'use hooks' => false,
  104.       'defaults' => array(
  105.       ),
  106.       'process' => '',
  107.       'alterable' => true,
  108.       'extension' => 'inc',
  109.       'info file' => false,
  110.       'hook' => 'ctools_access',
  111.       'load themes' => false,
  112.     ),
  113.     'export_ui' => array(
  114.       'process' => array(
  115.         'function' => 'ctools_export_ui_process',
  116.         'file' => 'export-ui.inc',
  117.         'path' => 'modules/ctools/includes',
  118.       ),
  119.       'classes' => array(
  120.         0 => 'handler',
  121.       ),
  122.       'module' => 'ctools',
  123.       'type' => 'export_ui',
  124.       'cache' => false,
  125.       'cache table' => 'cache',
  126.       'use hooks' => false,
  127.       'defaults' => array(
  128.       ),
  129.       'alterable' => true,
  130.       'extension' => 'inc',
  131.       'info file' => false,
  132.       'hook' => 'ctools_export_ui',
  133.       'load themes' => false,
  134.     ),
  135.   ),
  136.   'page_manager' => array(
  137.     'tasks' => array(
  138.       'module' => 'page_manager',
  139.       'type' => 'tasks',
  140.       'cache' => false,
  141.       'cache table' => 'cache',
  142.       'classes' => array(
  143.       ),
  144.       'use hooks' => false,
  145.       'defaults' => array(
  146.       ),
  147.       'process' => '',
  148.       'alterable' => true,
  149.       'extension' => 'inc',
  150.       'info file' => false,
  151.       'hook' => 'page_manager_tasks',
  152.       'load themes' => false,
  153.     ),
  154.     'task_handlers' => array(
  155.       'module' => 'page_manager',
  156.       'type' => 'task_handlers',
  157.       'cache' => false,
  158.       'cache table' => 'cache',
  159.       'classes' => array(
  160.       ),
  161.       'use hooks' => false,
  162.       'defaults' => array(
  163.       ),
  164.       'process' => '',
  165.       'alterable' => true,
  166.       'extension' => 'inc',
  167.       'info file' => false,
  168.       'hook' => 'page_manager_task_handlers',
  169.       'load themes' => false,
  170.     ),
  171.     'page_wizards' => array(
  172.       'module' => 'page_manager',
  173.       'type' => 'page_wizards',
  174.       'cache' => false,
  175.       'cache table' => 'cache',
  176.       'classes' => array(
  177.       ),
  178.       'use hooks' => false,
  179.       'defaults' => array(
  180.       ),
  181.       'process' => '',
  182.       'alterable' => true,
  183.       'extension' => 'inc',
  184.       'info file' => false,
  185.       'hook' => 'page_manager_page_wizards',
  186.       'load themes' => false,
  187.     ),
  188.   ),
  189. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement