You are here

protected static property DbLogResourceTest::$resourceConfigId in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/dblog/tests/src/Functional/DbLogResourceTest.php \Drupal\Tests\dblog\Functional\DbLogResourceTest::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/dblog/tests/src/Functional/DbLogResourceTest.php, line 43

Class

DbLogResourceTest
Tests the watchdog database log resource.

Namespace

Drupal\Tests\dblog\Functional

Code

protected static $resourceConfigId = 'dblog';