You are here

protected static property EntityFormDisplayResourceTestBase::$entityTypeId in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php \Drupal\FunctionalTests\Rest\EntityFormDisplayResourceTestBase::entityTypeId

The tested entity type.

Type: string

Overrides EntityResourceTestBase::$entityTypeId

File

core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php, line 19

Class

EntityFormDisplayResourceTestBase

Namespace

Drupal\FunctionalTests\Rest

Code

protected static $entityTypeId = 'entity_form_display';