You are here

function casetracker_project_page_title in Case Tracker 7.2

Menu title callback for showing individual entities

File

./casetracker_project.inc, line 135
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_page_title(CaseTrackerProject $project) {
  return $project->title;
}