ENTITY_TEST_TYPES_REVISABLE
Same name in other branches
- 9 core/modules/system/tests/modules/entity_test/entity_test.module \ENTITY_TEST_TYPES_REVISABLE
- 10 core/modules/system/tests/modules/entity_test/entity_test.module \ENTITY_TEST_TYPES_REVISABLE
- 11.x core/modules/system/tests/modules/entity_test/entity_test.module \ENTITY_TEST_TYPES_REVISABLE
Filter that limits test entity list to revisable ones.
3 uses of ENTITY_TEST_TYPES_REVISABLE
- EntityRevisionsTest::testRevisions in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityRevisionsTest.php - Check node revision related operations.
- EntityRevisionTranslationTest::testSetNewRevision in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityRevisionTranslationTest.php - @covers \Drupal\Core\Entity\ContentEntityBase::setNewRevision
- entity_test_entity_types in core/
modules/ system/ tests/ modules/ entity_test/ entity_test.module - Returns a list of test entity types.
File
-
core/
modules/ system/ tests/ modules/ entity_test/ entity_test.module, line 27
Code
const ENTITY_TEST_TYPES_REVISABLE = 1;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.