yellow_node_info

Definition

yellow_node_info()
yellow/yellow.module, line 264

Description

Implementation of hook_node_info()

Code

function yellow_node_info() {
  return array('yellow' => array('name' => t('yellow'), 'module' => 'yellow', 'base' => 'yellow'));
}