table; } public function getRecordType(): string { return $this->recordType; } public function getRecord(): RecordInterface { return $this->record; } public function getPageLayoutContext(): PageLayoutContext { return $this->context; } public function getPreviewContent(): string { return $this->previewContent; } public function setPreviewContent(string $content): void { $this->previewContent = $content; } }