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