public function MockPhpStorage::__construct in Drupal 8
Same name and namespace in other branches
- 9 core/modules/system/src/PhpStorage/MockPhpStorage.php \Drupal\system\PhpStorage\MockPhpStorage::__construct()
Constructs a MockPhpStorage object.
Parameters
array $configuration:
File
- core/
modules/ system/ src/ PhpStorage/ MockPhpStorage.php, line 22
Class
- MockPhpStorage
- Mock PHP storage class used for testing.
Namespace
Drupal\system\PhpStorageCode
public function __construct(array $configuration) {
$this->configuration = $configuration;
}