You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function luggage_projects_ctools_plugin_api($module = NULL, $api = NULL) {
if ($module == "strongarm" && $api == "strongarm") {
return array("version" => "1");
}
}
/**
* Implements hook_views_api().
*/
function luggage_projects_views_api($module = NULL, $api = NULL) {
return array("api" => "3.0");
}
/**
* Implements hook_node_info().
*/
function luggage_projects_node_info() {
$items = array(
'project' => array(
'name' => t('Project'),
'base' => 'node_content',
'description' => t('Document completed or on-going projects, including Principal Investigators, project dates, funding information, and detailed descriptions.'),