Automattic\WooCommerce\EmailEditor\Engine\Templates
Template::get_name
Get the template name composed from the plugin_uri and the slug.
Method of the class: Template{}
No Hooks.
Returns
String.
Usage
$Template = new Template(); $Template->get_name(): string;
Template::get_name() Template::get name code WC 10.5.0
public function get_name(): string {
return $this->name;
}