Container::factory()
Method: Public api for adding a factory to the container.
Source: packages/woocommerce-blocks/src/Registry/Container.php:44
Method: Public api for adding a factory to the container.
Source: packages/woocommerce-blocks/src/Registry/Container.php:44
Method: Interface for registering a new dependency with the container.
Source: packages/woocommerce-blocks/src/Registry/Container.php:67
Method: Interface for retrieving the dependency stored in the container for the given identifier.
Source: packages/woocommerce-blocks/src/Registry/Container.php:86
Class: A simple Dependency Injection Container
Source: packages/woocommerce-blocks/src/Registry/Container.php:14