class CacheItem
Same name in other branches
- 11.x 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 {
public $data;
public function __construct($data) {
$this->data = $data;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
CacheItem::$data | public | property | |
CacheItem::__construct | public | function |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.