function MockPhpStorage::__construct

Constructs a MockPhpStorage object.

Parameters

array $configuration: The storage configuration.

File

core/modules/system/src/PhpStorage/MockPhpStorage.php, line 23

Class

MockPhpStorage
Mock PHP storage class used for testing.

Namespace

Drupal\system\PhpStorage

Code

public function __construct(array $configuration) {
  $this->configuration = $configuration;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.