Automattic\WooCommerce\Internal\ProductFilters

QueryClauses::get_lookup_table_nameprivateWC 1.0

Get attribute lookup table name.

Method of the class: QueryClauses{}

No Hooks.

Returns

String.

Usage

// private - for code of main (parent) class only
$result = $this->get_lookup_table_name(): string;

QueryClauses::get_lookup_table_name() code WC 10.3.3

private function get_lookup_table_name(): string {
	return wc_get_container()->get( LookupDataStore::class )->get_lookup_table_name();
}