You are here

protected static property ResourceTestBase::$resourceConfigId 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::resourceConfigId

The REST Resource Config entity ID under test (i.e. a resource type).

The REST Resource plugin ID can be calculated from this.

Type: string

See also

\Drupal\rest\Entity\RestResourceConfig::__construct()

File

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

Class

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

Namespace

Drupal\Tests\rest\Functional

Code

protected static $resourceConfigId = NULL;