Automattic\WooCommerce\Internal\RestApi\Routes\V4

AbstractController::get_query_schemaprotectedWC 1.0

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() code WC 10.4.3

protected function get_query_schema(): array {
	return array();
}