You are here

protected property ResourceTestBase::$resourceConfigStorage in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/rest/tests/src/Functional/ResourceTestBase.php \Drupal\Tests\rest\Functional\ResourceTestBase::resourceConfigStorage

The REST resource config entity storage.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

core/modules/rest/tests/src/Functional/ResourceTestBase.php, line 82

Class

ResourceTestBase
Subclass this for every REST resource, every format and every auth provider.

Namespace

Drupal\Tests\rest\Functional

Code

protected $resourceConfigStorage;