Function Hook_ecommerce_topic_pin->get_product_category
Definitions
sources/hooks/systems/ecommerce/topic_pin.php
- Get the overall categorisation for the products handled by this eCommerce hook.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- A map of product categorisation details (null: disabled)
- Type: ?array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the overall categorisation for the products handled by this eCommerce hook.
*
* @return ?array A map of product categorisation details (null: disabled)
*/
public function get_product_category() : ?array
* Get the overall categorisation for the products handled by this eCommerce hook.
*
* @return ?array A map of product categorisation details (null: disabled)
*/
public function get_product_category() : ?array

