Automattic\WooCommerce\Blueprint\ResourceStorages
LocalThemeResourceStorage::get_supported_resource
Get the supported resource.
Method of the class: LocalThemeResourceStorage{}
No Hooks.
Returns
string. The supported resource.
Usage
$LocalThemeResourceStorage = new LocalThemeResourceStorage(); $LocalThemeResourceStorage->get_supported_resource(): string;
LocalThemeResourceStorage::get_supported_resource() LocalThemeResourceStorage::get supported resource code WC 11.0.1
public function get_supported_resource(): string {
return 'self/themes';
}