WC_REST_Data_Countries_Controller::get_default_response_entity_type
Get the default entity type for response caching.
Method of the class: WC_REST_Data_Countries_Controller{}
No Hooks.
Returns
String|null. The entity type.
Usage
// protected - for code of main (parent) or child class $result = $this->get_default_response_entity_type(): ?string;
WC_REST_Data_Countries_Controller::get_default_response_entity_type() WC REST Data Countries Controller::get default response entity type code WC 11.0.1
protected function get_default_response_entity_type(): ?string {
return 'country';
}