Automattic\WooCommerce\Vendor\GraphQL\Language\AST
Node::toArray
Method of the class: Node{}
No Hooks.
Returns
array<string, mixed>.
Usage
$Node = new Node(); $Node->toArray(): array;
Node::toArray() Node::toArray code WC 11.0.1
public function toArray(): array
{
return self::recursiveToArray($this);
}