So, i have tried for an hour or two now, figured i have to ask because i can find some info on getTitle() and getHeader and getHeading(), however, even if i do return $this->record->name
It does not return it, if i dont have a null check i get error that name is null.
I figured its because its not loaded yet, but i have tried everything now, whats the cleanest and bests way to just display the model name ( model of which we are editing right now ) as title of page?
I did self::$title but that changed title on a lot of pages not just the particual one i am on.