function CacheItem::__construct
Same name in other branches
- 10 core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php \Drupal\Tests\Core\Session\CacheItem::__construct()
File
-
core/
tests/ Drupal/ Tests/ Core/ Session/ AccessPolicyProcessorTest.php, line 588
Class
- CacheItem
- Provides a simple cache.
Namespace
Drupal\Tests\Core\SessionCode
public function __construct($data) {
$this->data = $data;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.