File::getBase64Data(): string|null

In this article

Gets the base64-encoded data for inline files.

Return

string|null The plain base64-encoded data (without data URI prefix), or null if not an inline file.

Source

public function getBase64Data(): ?string
{
    return $this->base64Data;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.