isCachingForms()) && $form = $this->getForm($property) ) { return $form; } if ( $this instanceof HasInfolists && $infolist = $this->getInfolist($property) ) { return $infolist; } if ( $this instanceof HasActions && $action = $this->getAction($property) ) { return $action; } throw $exception; } }