Automattic\WooCommerce\Vendor\League\Container\ServiceProvider

BootableServiceProviderInterface{}WC 1.0

No Hooks.

Usage

$BootableServiceProviderInterface = new BootableServiceProviderInterface();
// use class methods

Methods

  1. public boot()

BootableServiceProviderInterface{} code WC 8.7.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();
}