You are here

protected static property BlockContentResourceTestBase::$entityTypeId in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php \Drupal\Tests\block_content\Functional\Rest\BlockContentResourceTestBase::entityTypeId
  2. 9 core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php \Drupal\Tests\block_content\Functional\Rest\BlockContentResourceTestBase::entityTypeId

The tested entity type.

Type: string

Overrides EntityResourceTestBase::$entityTypeId

File

core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php, line 23

Class

BlockContentResourceTestBase
ResourceTestBase for BlockContent entity.

Namespace

Drupal\Tests\block_content\Functional\Rest

Code

protected static $entityTypeId = 'block_content';