Automattic\WooCommerce\Internal\RestApi\Routes\V4\Settings\Account

Controller::get_schemapublicWC 1.0

Get the schema for the current resource.

Method of the class: Controller{}

No Hooks.

Returns

Array.

Usage

$Controller = new Controller();
$Controller->get_schema(): array;

Controller::get_schema() code WC 10.4.3

public function get_schema(): array {
	return $this->schema->get_item_schema();
}