You are here

function hosting_package_node_info in Hosting 5

Same name and namespace in other branches
  1. 6.2 package/hosting_package.module \hosting_package_node_info()
  2. 7.4 package/hosting_package.module \hosting_package_node_info()
  3. 7.3 package/hosting_package.module \hosting_package_node_info()

File

package/hosting_package.module, line 18

Code

function hosting_package_node_info() {

  #package management
  $types["package"] = array(
    "type" => 'package',
    "name" => 'Package',
    "module" => 'hosting_package',
    "has_title" => FALSE,
    "title_label" => '',
    "has_body" => 0,
    "body_label" => '',
    "min_word_count" => 0,
  );
  return $types;
}