class CacheItem

Same name and namespace in other branches
  1. 10 core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php \Drupal\Tests\Core\Session\CacheItem

Hierarchy

Expanded class hierarchy of CacheItem

File

core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php, line 551

Namespace

Drupal\Tests\Core\Session
View 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.