class CacheItem
Same name in other branches
- 10 core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php \Drupal\Tests\Core\Session\CacheItem
Hierarchy
- class \Drupal\Tests\Core\Session\CacheItem
Expanded class hierarchy of CacheItem
File
-
core/
tests/ Drupal/ Tests/ Core/ Session/ AccessPolicyProcessorTest.php, line 551
Namespace
Drupal\Tests\Core\SessionView source
class CacheItem {
/**
* The cache data.
*/
public $data;
public function __construct($data) {
$this->data = $data;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
CacheItem::$data | public | property | The cache data. |
CacheItem::__construct | public | function |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.