Automattic\WooCommerce\Vendor\League\Container\ServiceProvider

BootableServiceProviderInterface::boot()publicWC 1.0

Method will be invoked on registration of a service provider implementing this interface. Provides ability for eager loading of Service Providers.

Method of the class: BootableServiceProviderInterface{}

No Hooks.

Return

null. Nothing (null).

Usage

$BootableServiceProviderInterface = new BootableServiceProviderInterface();
$BootableServiceProviderInterface->boot();

BootableServiceProviderInterface::boot() code WC 8.7.0

public function boot();