Automattic\WooCommerce\Vendor\GraphQL\Language
SourceLocation::toSerializableArray
Method of the class: SourceLocation{}
No Hooks.
Returns
array{line: int, column: int}.
Usage
$SourceLocation = new SourceLocation(); $SourceLocation->toSerializableArray(): array;
SourceLocation::toSerializableArray() SourceLocation::toSerializableArray code WC 11.0.1
public function toSerializableArray(): array
{
return $this->toArray();
}