Automattic\WooCommerce\Vendor\League\Container

ContainerAwareInterface::getContainer()publicWC 1.0

Get the container

Method of the class: ContainerAwareInterface{}

No Hooks.

Return

ContainerInterface.

Usage

$ContainerAwareInterface = new ContainerAwareInterface();
$ContainerAwareInterface->getContainer() : ContainerInterface;

ContainerAwareInterface::getContainer() code WC 8.6.1

public function getContainer() : ContainerInterface;