You are here

protected static property ItemResourceTestBase::$entityTypeId in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php \Drupal\Tests\aggregator\Functional\Rest\ItemResourceTestBase::entityTypeId

The tested entity type.

Type: string

Overrides EntityResourceTestBase::$entityTypeId

File

core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php, line 25

Class

ItemResourceTestBase
ResourceTestBase for Item entity.

Namespace

Drupal\Tests\aggregator\Functional\Rest

Code

protected static $entityTypeId = 'aggregator_item';