Automattic\WooCommerce\Internal\RestApi\Routes\V4\Settings\Account
Controller::get_schema
Get the schema for the current resource.
Метод класса: Controller{}
Хуков нет.
Возвращает
Массив.
Использование
$Controller = new Controller(); $Controller->get_schema(): array;
Код Controller::get_schema() Controller::get schema WC 10.8.1
public function get_schema(): array {
return $this->schema->get_item_schema();
}