You are here

protected static property DateFormatResourceTestBase::$entityTypeId in Drupal 8

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

The tested entity type.

Type: string

Overrides EntityResourceTestBase::$entityTypeId

File

core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php, line 21

Class

DateFormatResourceTestBase
ResourceTestBase for DateFormat entity.

Namespace

Drupal\FunctionalTests\Rest

Code

protected static $entityTypeId = 'date_format';