Automattic\WooCommerce\Internal\DependencyManagement\ServiceProviders

ComingSoonServiceProvider::registerpublicWC 1.0

Register the classes.

Method of the class: ComingSoonServiceProvider{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

ComingSoonServiceProvider::register() code WC 9.9.4

public function register() {
	$this->add( ComingSoonAdminBarBadge::class );
	$this->add( ComingSoonCacheInvalidator::class );
	$this->add( ComingSoonHelper::class );
	$this->add( ComingSoonRequestHandler::class )->addArgument( ComingSoonHelper::class );
}