| 1 |
<?php |
<?php |
| 2 |
// $Id: node.module,v 1.641.2.27 2006/12/21 23:47:33 killes Exp $ |
// $Id: node.module,v 1.641.2.28 2007/01/01 18:28:34 killes Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 256 |
/** |
/** |
| 257 |
* Return the list of available node types. |
* Return the list of available node types. |
| 258 |
* |
* |
|
* @param $node |
|
|
* Either a node object, a node array, or a string containing the node type. |
|
| 259 |
* @return |
* @return |
| 260 |
* An array consisting ('#type' => name) pairs. |
* An array consisting ('#type' => name) pairs. |
| 261 |
*/ |
*/ |