Automattic\WooCommerce\Internal\DependencyManagement\ServiceProviders
ProductDownloadsServiceProvider::register()
Register the classes.
Method of the class: ProductDownloadsServiceProvider{}
No Hooks.
Return
null
. Nothing (null).
Usage
$ProductDownloadsServiceProvider = new ProductDownloadsServiceProvider(); $ProductDownloadsServiceProvider->register();
ProductDownloadsServiceProvider::register() ProductDownloadsServiceProvider::register code WC 9.2.3
public function register() { $this->share( Register::class ); $this->share( Synchronize::class )->addArgument( Register::class ); $this->share( SyncUI::class )->addArgument( Register::class ); $this->share( UI::class )->addArgument( Register::class ); }