Automattic\WooCommerce\Internal\Admin\Emails
EmailListingRestController::get_rest_api_namespace
Get the WooCommerce REST API namespace for the class.
Method of the class: EmailListingRestController{}
No Hooks.
Returns
String.
Usage
// protected - for code of main (parent) or child class $result = $this->get_rest_api_namespace(): string;
EmailListingRestController::get_rest_api_namespace() EmailListingRestController::get rest api namespace code WC 10.3.3
protected function get_rest_api_namespace(): string {
return 'wc-admin-email-listing';
}