Automattic\WooCommerce\Internal\RestApi\Routes\V4
AbstractController::get_query_schema
Get the collection args schema.
Method of the class: AbstractController{}
No Hooks.
Returns
Array.
Usage
// protected - for code of main (parent) or child class $result = $this->get_query_schema(): array;
AbstractController::get_query_schema() AbstractController::get query schema code WC 10.4.3
protected function get_query_schema(): array {
return array();
}