You are here

public function JsonLogData::getData in JSONlog 3.x

Same name and namespace in other branches
  1. 8.2 src/Logger/JsonLogData.php \Drupal\jsonlog\Logger\JsonLogData::getData()
  2. 8 src/Logger/JsonLogData.php \Drupal\jsonlog\Logger\JsonLogData::getData()

Return value

array representation of this class's data

File

src/Logger/JsonLogData.php, line 73

Class

JsonLogData

Namespace

Drupal\jsonlog\Logger

Code

public function getData() {
  return get_object_vars($this);
}