You are here

protected property ResourceTestBase::$entityStorage in JSON:API 8

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/ResourceTestBase.php \Drupal\Tests\jsonapi\Functional\ResourceTestBase::entityStorage

The entity storage.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

tests/src/Functional/ResourceTestBase.php, line 151

Class

ResourceTestBase
Subclass this for every JSON API resource type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected $entityStorage;