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