Skip to content

Kirby 4.4.1

$parsley->parseNode()

Parses the given DOM node and tries to convert it to a block or a list of blocks

$parsley->parseNode(DOMNode $element): bool

Parameters

Name Type Default
$element * DOMNode

Return type

bool

Parent class

Kirby\Parsley\Parsley