Automattic\WooCommerce\Blocks\Registry
FactoryType::get
Invokes and returns the value from the stored internal callback.
Method of the class: FactoryType{}
No Hooks.
Returns
Mixed.
Usage
$FactoryType = new FactoryType(); $FactoryType->get( $container );
- $container(Container) (required)
- An instance of the dependency injection container.
FactoryType::get() FactoryType::get code WC 10.4.3
public function get( Container $container ) {
return $this->resolve_value( $container );
}