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

Controller::get_item_schemapublicWC 1.0

Get the item schema for the controller.

Method of the class: Controller{}

No Hooks.

Returns

Array.

Usage

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

Controller::get_item_schema() code WC 10.5.0

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