You are here

constant ConfigDependencyWebTest::MAX_ID_LENGTH in Drupal 9

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

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

File

core/modules/config/tests/src/Functional/ConfigDependencyWebTest.php, line 18

Class

ConfigDependencyWebTest
Tests configuration entities.

Namespace

Drupal\Tests\config\Functional

Code

const MAX_ID_LENGTH = ConfigEntityStorage::MAX_ID_LENGTH;