You are here

public property BlockParserBlock::$innerHTML in Gutenberg 8.2

HTML from inside block comment delimiters after removing inner blocks.

@since 3.8.0 @example "...Just <!-- wp:test /--> testing..." -> "Just testing..."

Type: string

File

src/Parser/BlockParserBlock.php, line 55

Class

BlockParserBlock
Class BlockParserBlock.

Namespace

Drupal\gutenberg\Parser

Code

public $innerHTML;