WC_REST_Product_Variations_V2_Controller::get_default_response_entity_type
Get the default entity type for response caching.
Метод класса: WC_REST_Product_Variations_V2_Controller{}
Хуков нет.
Возвращает
Строку|null. The entity type.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_default_response_entity_type(): ?string;
Код WC_REST_Product_Variations_V2_Controller::get_default_response_entity_type() WC REST Product Variations V2 Controller::get default response entity type WC 10.5.2
protected function get_default_response_entity_type(): ?string {
return 'product_variation';
}