protected static property RestJsonApiUnsupported::$resourceConfigId in Drupal 9
Same name and namespace in other branches
- 8 core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php \Drupal\Tests\jsonapi\Functional\RestJsonApiUnsupported::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/ jsonapi/ tests/ src/ Functional/ RestJsonApiUnsupported.php, line 45
Class
- RestJsonApiUnsupported
- Ensures that the 'api_json' format is not supported by the REST module.
Namespace
Drupal\Tests\jsonapi\FunctionalCode
protected static $resourceConfigId = 'entity.node';