Automattic\WooCommerce\Internal\DependencyManagement\ServiceProviders

CostOfGoodsSoldServiceProvider::registerpublicWC 1.0

Register the classes.

Method of the class: CostOfGoodsSoldServiceProvider{}

No Hooks.

Returns

null. Nothing (null).

Usage

$CostOfGoodsSoldServiceProvider = new CostOfGoodsSoldServiceProvider();
$CostOfGoodsSoldServiceProvider->register();

CostOfGoodsSoldServiceProvider::register() code WC 9.9.3

public function register() {
	$this->share_with_implements_tags( CostOfGoodsSoldController::class )->addArgument( FeaturesController::class );
}