You are here

oa_core.features.taxonomy.inc in Open Atrium Core 7.2

File

oa_core.features.taxonomy.inc
View source
<?php

/**
 * @file
 * oa_core.features.taxonomy.inc
 */

/**
 * Implements hook_taxonomy_default_vocabularies().
 */
function oa_core_taxonomy_default_vocabularies() {
  return array(
    'space_type' => array(
      'name' => 'Space Blueprint',
      'machine_name' => 'space_type',
      'description' => '',
      'hierarchy' => 0,
      'module' => 'taxonomy',
      'weight' => 0,
    ),
  );
}

Functions

Namesort descending Description
oa_core_taxonomy_default_vocabularies Implements hook_taxonomy_default_vocabularies().