protected static property RestRegisterUserTest::$resourceConfigId in Drupal 9
Same name and namespace in other branches
- 8 core/modules/user/tests/src/Functional/RestRegisterUserTest.php \Drupal\Tests\user\Functional\RestRegisterUserTest::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
Overrides ResourceTestBase::$resourceConfigId
See also
\Drupal\rest\Entity\RestResourceConfig::__construct()
File
- core/
modules/ user/ tests/ src/ Functional/ RestRegisterUserTest.php, line 48
Class
- RestRegisterUserTest
- Tests user registration via REST resource.
Namespace
Drupal\Tests\user\FunctionalCode
protected static $resourceConfigId = 'user_registration';