Automattic\WooCommerce\Vendor\League\Container\ServiceProvider
ServiceProviderInterface::register() public WC 1.0
Use the register method to register items with the container via the protected $this->leagueContainer property or the getLeagueContainer method from the ContainerAwareTrait.
{} It's a method of the class: ServiceProviderInterface{}
No Hooks.
Return
null.
Usage
$ServiceProviderInterface = new ServiceProviderInterface(); $ServiceProviderInterface->register();
Code of ServiceProviderInterface::register() ServiceProviderInterface::register WC 5.0.0
public function register();