Automattic\WooCommerce\Vendor\League\Container
ContainerAwareInterface::getContainer() public WC 1.0
Get the container
{} It's a method of the class: ContainerAwareInterface{}
No Hooks.
Return
ContainerInterface.
Usage
$ContainerAwareInterface = new ContainerAwareInterface(); $ContainerAwareInterface->getContainer() : ContainerInterface;
Code of ContainerAwareInterface::getContainer() ContainerAwareInterface::getContainer WC 5.0.0
public function getContainer() : ContainerInterface;