© 2026 Hedgehog Software, LLC
ImageColumn
ImageEntry
'data:'
public function getImageUrl(?string $state = null): ?string { if ((filter_var($state, FILTER_VALIDATE_URL) !== false) || str($state)->startsWith('data:')) { return $state; } // ...
FileUpload