© 2026 Hedgehog Software, LLC
getRelationManagers
public function getRelationManagers(): array { return $this->getRecord() ->yourRelationship() ->exists() ? [YourRelationManager::class] : []; }
getRelations