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