Automattic\WooCommerce\Internal\EmailEditor
Package::initialize
Initialize the email editor integration by fetching the class from the container.
Method of the class: Package{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = Package::initialize();
Package::initialize() Package::initialize code WC 10.6.2
public static function initialize() {
$container = wc_get_container();
$container->get( Integration::class );
}