You are here

public function LingotekFakeAccountConfigWrapper::getRawData in Lingotek Translation 4.0.x

Gets the raw data without overrides.

Return value

array The raw data.

Overrides Config::getRawData

File

tests/modules/lingotek_test/src/LingotekFakeAccountConfigWrapper.php, line 170

Class

LingotekFakeAccountConfigWrapper

Namespace

Drupal\lingotek_test

Code

public function getRawData() {
  return $this->config
    ->getRawData();
}