| 1 |
<?php |
<?php |
| 2 |
// $Id: workflow.views.inc,v 1.3 2008/08/07 21:28:24 jvandyk Exp $ |
// $Id: workflow.views.inc,v 1.1 2008/09/18 02:49:25 jvandyk Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* Provide views data and handler information for workflow.module. |
* Provide views data and handler information for workflow.module. |
| 32 |
'title' => t('State weight'), // Appears in views UI. |
'title' => t('State weight'), // Appears in views UI. |
| 33 |
'help' => t('The weight of the current workflow state that the node is in.'), |
'help' => t('The weight of the current workflow state that the node is in.'), |
| 34 |
'sort' => array( |
'sort' => array( |
| 35 |
'handler' => 'views_handler_sort_numeric', |
'handler' => 'views_handler_sort', |
| 36 |
), |
), |
| 37 |
); |
); |
| 38 |
|
|