You are here

public property BlockParser::$document in Gutenberg 8.2

Input document being parsed.

@since 3.8.0 @example "Pre-text\n<!-- wp:paragraph -->This is inside a block!<!-- /wp:paragraph -->"

Type: string

File

src/Parser/BlockParser.php, line 29

Class

BlockParser
Class BlockParser.

Namespace

Drupal\gutenberg\Parser

Code

public $document;