Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.33 KB

serialized-blocks.md

File metadata and controls

22 lines (16 loc) · 1.33 KB

Serialized Blocks interface

The Serialized_Blocks interface describes an object containing blocks that can be serialized to block markup. Any string can be serialized to block markup via the Block_Content class.

Definition

interface Serialized_Blocks {
	public function serialized_blocks(): string;
}

Bundled implementations

All Single_Block implementations also implement Serialized_Blocks.