You are here

protected property MTimeProtectedFileStorageBase::$storageClass in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php \Drupal\Tests\Component\PhpStorage\MTimeProtectedFileStorageBase::storageClass

The PHP storage class to test.

This should be overridden by extending classes.

Type: string

File

core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php, line 21

Class

MTimeProtectedFileStorageBase
Base test class for MTime protected storage.

Namespace

Drupal\Tests\Component\PhpStorage

Code

protected $storageClass;