Automattic\WooCommerce\Blueprint\ResourceStorages

LocalPluginResourceStorage::get_supported_resourcepublicWC 1.0

Get the supported resource.

Method of the class: LocalPluginResourceStorage{}

No Hooks.

Returns

String. The supported resource.

Usage

$LocalPluginResourceStorage = new LocalPluginResourceStorage();
$LocalPluginResourceStorage->get_supported_resource(): string;

LocalPluginResourceStorage::get_supported_resource() code WC 9.9.5

public function get_supported_resource(): string {
	return 'self/plugins';
}