constant ENTITY_TEST_TYPES_MULTILINGUAL

Filter that limits test entity list to multilingual ones.

2 uses of ENTITY_TEST_TYPES_MULTILINGUAL
EntityTranslationTest::testMultilingualProperties in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php
Tests multilingual properties.
entity_test_entity_types in drupal/core/modules/system/tests/modules/entity_test/entity_test.module
Returns a list of test entity types.

File

drupal/core/modules/system/tests/modules/entity_test/entity_test.module, line 19
Test module for the entity API providing several entity types for testing.

Code

const ENTITY_TEST_TYPES_MULTILINGUAL = 2;