Automattic\WooCommerce\Internal\Admin\Settings\PaymentsProviders\WooPayments

WooPaymentsRestController::get_rest_api_namespaceprotectedWC 1.0

Get the WooCommerce REST API namespace for the class.

Method of the class: WooPaymentsRestController{}

No Hooks.

Returns

String.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_rest_api_namespace(): string;

WooPaymentsRestController::get_rest_api_namespace() code WC 10.7.0

protected function get_rest_api_namespace(): string {
	return 'wc-admin-settings-payments-woopayments';
}