function MockPhpStorage::getConfigurationValue
Gets a single configuration key.
File
- 
              core/modules/ system/ src/ PhpStorage/ MockPhpStorage.php, line 36 
Class
- MockPhpStorage
- Mock PHP storage class used for testing.
Namespace
Drupal\system\PhpStorageCode
public function getConfigurationValue($key) {
  return isset($this->configuration[$key]) ? $this->configuration[$key] : NULL;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
