public function MockPhpStorage::getConfiguration in Drupal 9
Same name and namespace in other branches
- 8 core/modules/system/src/PhpStorage/MockPhpStorage.php \Drupal\system\PhpStorage\MockPhpStorage::getConfiguration()
Gets the configuration data.
File
- core/
modules/ system/ src/ PhpStorage/ MockPhpStorage.php, line 29
Class
- MockPhpStorage
- Mock PHP storage class used for testing.
Namespace
Drupal\system\PhpStorageCode
public function getConfiguration() {
return $this->configuration;
}