function CacheItem::__construct

File

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

Class

CacheItem

Namespace

Drupal\Tests\Core\Session

Code

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.