You are here

public function LingotekFakeConfigWrapper::getRawData in Lingotek Translation 3.6.x

Same name and namespace in other branches
  1. 3.3.x tests/modules/lingotek_test/src/LingotekFakeConfigWrapper.php \Drupal\lingotek_test\LingotekFakeConfigWrapper::getRawData()
  2. 3.4.x tests/modules/lingotek_test/src/LingotekFakeConfigWrapper.php \Drupal\lingotek_test\LingotekFakeConfigWrapper::getRawData()
  3. 3.5.x tests/modules/lingotek_test/src/LingotekFakeConfigWrapper.php \Drupal\lingotek_test\LingotekFakeConfigWrapper::getRawData()
  4. 3.7.x tests/modules/lingotek_test/src/LingotekFakeConfigWrapper.php \Drupal\lingotek_test\LingotekFakeConfigWrapper::getRawData()
  5. 3.8.x tests/modules/lingotek_test/src/LingotekFakeConfigWrapper.php \Drupal\lingotek_test\LingotekFakeConfigWrapper::getRawData()

Gets the raw data without overrides.

Return value

array The raw data.

Overrides Config::getRawData

File

tests/modules/lingotek_test/src/LingotekFakeConfigWrapper.php, line 171

Class

LingotekFakeConfigWrapper

Namespace

Drupal\lingotek_test

Code

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