Automattic\WooCommerce\Internal\RestApi\Routes\V4\Refunds
Controller::get_query_schema
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() Controller::get query schema code WC 10.4.3
protected function get_query_schema(): array {
return $this->collection_query->get_query_schema();
}