Automattic\WooCommerce\Internal\Orders
OrderActionsRestController::get_rest_api_namespace
Get the WooCommerce REST API namespace for the class.
Method of the class: OrderActionsRestController{}
No Hooks.
Returns
String
.
Usage
// protected - for code of main (parent) or child class $result = $this->get_rest_api_namespace(): string;
OrderActionsRestController::get_rest_api_namespace() OrderActionsRestController::get rest api namespace code WC 9.8.5
protected function get_rest_api_namespace(): string { return 'order-actions'; }