protected static property OverrideSectionsTest::$resourceConfigId in Drupal 9
Same name and namespace in other branches
- 8 core/modules/layout_builder/tests/src/Functional/Rest/OverrideSectionsTest.php \Drupal\Tests\layout_builder\Functional\Rest\OverrideSectionsTest::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/ layout_builder/ tests/ src/ Functional/ Rest/ OverrideSectionsTest.php, line 21
Class
- OverrideSectionsTest
- Tests that override layout sections are not exposed via the REST API.
Namespace
Drupal\Tests\layout_builder\Functional\RestCode
protected static $resourceConfigId = 'entity.node';