Automattic\WooCommerce\Vendor\League\Container\ServiceProvider
BootableServiceProviderInterface{} WC 1.0
No Hooks.
Return
Null. Nothing.
Usage
$BootableServiceProviderInterface = new BootableServiceProviderInterface(); // use class methods
Methods
Code of BootableServiceProviderInterface{} BootableServiceProviderInterface{} WC 5.0.0
interface BootableServiceProviderInterface extends ServiceProviderInterface
{
/**
* Method will be invoked on registration of a service provider implementing
* this interface. Provides ability for eager loading of Service Providers.
*
* @return void
*/
public function boot();
}