getFieldName(); } public function renderPropertyViewValue(array $handles) { $path = $this->getObject()->getActiveDiff()->getSourcePath(); if (!$path) { return null; } return $path; } }