Automattic\WooCommerce\Internal\Admin\Logging\FileV2
File::get_source
Get the file's source property.
Method of the class: File{}
No Hooks.
Returns
String.
Usage
$File = new File(); $File->get_source(): string;
File::get_source() File::get source code WC 10.3.3
public function get_source(): string {
return $this->source;
}