function MockPhpStorage::getConfiguration
Same name in other branches
- 9 core/modules/system/src/PhpStorage/MockPhpStorage.php \Drupal\system\PhpStorage\MockPhpStorage::getConfiguration()
- 8.9.x core/modules/system/src/PhpStorage/MockPhpStorage.php \Drupal\system\PhpStorage\MockPhpStorage::getConfiguration()
- 10 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 30
Class
- MockPhpStorage
- Mock PHP storage class used for testing.
Namespace
Drupal\system\PhpStorageCode
public function getConfiguration() {
return $this->configuration;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.