EntityResourceTestBase::$firstCreatedEntityId

Same name and namespace in other branches
  1. 9 core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::firstCreatedEntityId
  2. 8.9.x core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::firstCreatedEntityId
  3. 10 core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php \Drupal\Tests\rest\Functional\EntityResource\EntityResourceTestBase::firstCreatedEntityId

The entity ID for the first created entity in testPost().

The default value of 2 should work for most content entities.

Type: string|int

See also

::testPost()

File

core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php, line 121

Class

EntityResourceTestBase
Defines a base class for testing all entity resources.

Namespace

Drupal\Tests\rest\Functional\EntityResource

Code

protected static $firstCreatedEntityId = 2;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.