Automattic\WooCommerce\Internal\Admin\Logging\FileV2

File::get_hashpublicWC 1.0

Get the file's hash property.

Method of the class: File{}

No Hooks.

Returns

String.

Usage

$File = new File();
$File->get_hash(): string;

File::get_hash() code WC 9.8.5

public function get_hash(): string {
	return $this->hash;
}