Automattic\WooCommerce\Blocks\Registry

AbstractDependencyType::get()publicWC 1.0

Retrieves the value stored internally for this DependencyType

Method of the class: AbstractDependencyType{}

No Hooks.

Return

null. Nothing (null).

Usage

$AbstractDependencyType = new AbstractDependencyType();
$AbstractDependencyType->get( $container );
$container(Container) (required)
The Dependency Injection Container.

AbstractDependencyType::get() code WC 8.6.1

abstract public function get( Container $container );