constant ENTITY_TEST_TYPES_REVISABLE

Filter that limits test entity list to revisable ones.

2 uses of ENTITY_TEST_TYPES_REVISABLE
EntityRevisionsTest::testRevisions in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityRevisionsTest.php
Check node revision related operations.
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 14
Test module for the entity API providing several entity types for testing.

Code

const ENTITY_TEST_TYPES_REVISABLE = 1;