node_type_get_types
- Versions
- 7
node_type_get_types()
Returns a list of all the available node types.
see node_type_get_type()
Return value
An array of node types, keyed by the type.
Code
modules/node/node.module, line 364
<?php
function node_type_get_types() {
return _node_types_build()->types;
}
?>Login or register to post comments 