Automattic\WooCommerce\Internal\RestApi\Routes\V4\Refunds

Controller::get_query_schemaprotectedWC 1.0

Get the collection args schema.

Method of the class: Controller{}

No Hooks.

Returns

Array.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_query_schema(): array;

Controller::get_query_schema() code WC 10.4.3

protected function get_query_schema(): array {
	return $this->collection_query->get_query_schema();
}