You are here

constant ConfigEntityTest::MAX_ID_LENGTH in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/config/tests/src/Functional/ConfigEntityTest.php \Drupal\Tests\config\Functional\ConfigEntityTest::MAX_ID_LENGTH

The maximum length for the entity storage used in this test.

File

core/modules/config/tests/src/Functional/ConfigEntityTest.php, line 24

Class

ConfigEntityTest
Tests configuration entities.

Namespace

Drupal\Tests\config\Functional

Code

const MAX_ID_LENGTH = ConfigEntityStorage::MAX_ID_LENGTH;