public function LingotekFakeConfigWrapper::getRawData in Lingotek Translation 3.6.x
Same name and namespace in other branches
- 3.3.x tests/modules/lingotek_test/src/LingotekFakeConfigWrapper.php \Drupal\lingotek_test\LingotekFakeConfigWrapper::getRawData()
- 3.4.x tests/modules/lingotek_test/src/LingotekFakeConfigWrapper.php \Drupal\lingotek_test\LingotekFakeConfigWrapper::getRawData()
- 3.5.x tests/modules/lingotek_test/src/LingotekFakeConfigWrapper.php \Drupal\lingotek_test\LingotekFakeConfigWrapper::getRawData()
- 3.7.x tests/modules/lingotek_test/src/LingotekFakeConfigWrapper.php \Drupal\lingotek_test\LingotekFakeConfigWrapper::getRawData()
- 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
Namespace
Drupal\lingotek_testCode
public function getRawData() {
return $this->config
->getRawData();
}