Automattic\WooCommerce\Blocks\Registry
AbstractDependencyType::get
Retrieves the value stored internally for this DependencyType
Method of the class: AbstractDependencyType{}
No Hooks.
Returns
void. Nothing (null).
Usage
$AbstractDependencyType = new AbstractDependencyType(); $AbstractDependencyType->get( $container );
- $container(Container) (required)
- The Dependency Injection Container.
AbstractDependencyType::get() AbstractDependencyType::get code WC 11.0.1
abstract public function get( Container $container );