Automattic\WooCommerce\Internal\RestApi\Routes\V4\Settings\Account
Controller::get_item_schema
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() Controller::get item schema code WC 10.5.0
public function get_item_schema(): array {
return $this->get_schema();
}