| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: ctools_export_ui.inc,v 1.1.2.1 2010/06/10 20:46:25 merlinofchaos Exp $ 3 4 /** 5 * The default plugin exists only to provide the base class. Other plugins 6 * which do not provide a class will get this class instead. Any classes 7 * provided should use this class as their parent: 8 * 9 * @code 10 * 'handler' => array( 11 * 'class' => 'ctools_export_ui_mine', 12 * 'parent' => 'ctools_export_ui', 13 * ), 14 * @endcode 15 * 16 * Using the above notation will ensure that this plugin's is loaded before 17 * the child plugin's class and avoid whitescreens. 18 */ 19 $plugin = array( 20 // As this is the base class plugin, it shouldn't declare any menu items. 21 'has menu' => FALSE, 22 'handler' => array( 23 'class' => 'ctools_export_ui', 24 ), 25 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |