getData() public method

public getData ( string $key = '', null $default = null ) : mixed
$key string
$default null
return mixed
 /**
  * @return array
  */
 public function getResponseData()
 {
     $results = $this->response->getData('module.tree.data.results', []);
     return $results ?: $this->response->getResponseData();
 }