foundingLocation??null; } public function setFoundingLocation(Place $foundingLocation):void { $this->foundingLocation = $foundingLocation; } public function getFoundingLocationFieldConfig():array { return [ 'type' => 'group', 'label' => 'Founding Location', 'fields' => [ 'name' => [ 'type' => 'text', 'label' => 'City Name' ], 'sameAs' => [ 'type' => 'url', 'label' => 'Same as', 'hint' => 'Wikipedia page of neighbourhood/city/province/country' ] ] ]; } }