/** * Get the full title of the record. * * @return string */ public function getTitle() { $title = parent::getShortTitle(); return empty($title) ? $this->determineMissingTitle() : $title; }