You are here

protected property SessionTestTrait::$sessionName in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/simpletest/src/SessionTestTrait.php \Drupal\simpletest\SessionTestTrait::sessionName

The name of the session cookie.

Type: string

File

core/modules/simpletest/src/SessionTestTrait.php, line 22
Contains \Drupal\simpletest\SessionTestTrait.

Class

SessionTestTrait
Provides methods to generate and get session name in tests.

Namespace

Drupal\simpletest

Code

protected $sessionName;