Automattic\WooCommerce\Blocks\BlockTypes\ProductCollection
QueryBuilder::set_collection_handler_store
Set the collection handler store.
Method of the class: QueryBuilder{}
No Hooks.
Returns
null. Nothing (null).
Usage
$QueryBuilder = new QueryBuilder(); $QueryBuilder->set_collection_handler_store( $collection_handler_store );
- $collection_handler_store(array) (required)
- The collection handler store containing registered collection handlers.
QueryBuilder::set_collection_handler_store() QueryBuilder::set collection handler store code WC 10.5.0
public function set_collection_handler_store( $collection_handler_store ) {
$this->collection_handler_store = $collection_handler_store;
}