WC_REST_Data_Continents_Controller::get_default_response_entity_type
Get the default entity type for response caching.
Method of the class: WC_REST_Data_Continents_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_Continents_Controller::get_default_response_entity_type() WC REST Data Continents Controller::get default response entity type code WC 10.9.4
protected function get_default_response_entity_type(): ?string {
return 'continent';
}