You are here

function casetracker_project_uri in Case Tracker 7.2

URI callback for casetracker_projects

File

./casetracker_project.inc, line 128
This file concentrates all general functionality related to Projects in Case Tracker, leaving to the other files in /admin the stuff related to CRUD and structural configuration

Code

function casetracker_project_uri(CaseTrackerProject $project) {
  return $project
    ->defaultUri();
}