You are here

protected property EntityKernelTestBase::$state in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php \Drupal\KernelTests\Core\Entity\EntityKernelTestBase::state

The state service.

Type: \Drupal\Core\State\StateInterface

File

core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php, line 56

Class

EntityKernelTestBase
Defines an abstract test base for entity kernel tests.

Namespace

Drupal\KernelTests\Core\Entity

Code

protected $state;