Automattic\WooCommerce\Vendor\GraphQL\Language

SourceLocation::toSerializableArraypublicWC 1.0

Метод класса: SourceLocation{}

Хуков нет.

Возвращает

Массив{line:. int, column: int}

Использование

$SourceLocation = new SourceLocation();
$SourceLocation->toSerializableArray(): array;

Код SourceLocation::toSerializableArray() WC 11.0.1

public function toSerializableArray(): array
{
    return $this->toArray();
}