EntityTestMulWithRevisionLog.php
Same filename and directory in other branches
- 11.x core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php
- 10 core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php
- 9 core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php
- 8.9.x core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php
Namespace
Drupal\entity_test_revlog\EntityFile
-
core/
modules/ system/ tests/ modules/ entity_test_revlog/ src/ Entity/ EntityTestMulWithRevisionLog.php
View source
<?php
declare (strict_types=1);
namespace Drupal\entity_test_revlog\Entity;
use Drupal\Core\Entity\Attribute\ContentEntityType;
use Drupal\Core\Entity\Routing\RevisionHtmlRouteProvider;
use Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider;
use Drupal\Core\Entity\Form\RevisionRevertForm;
use Drupal\Core\Entity\Form\RevisionDeleteForm;
use Drupal\Core\Entity\ContentEntityForm;
use Drupal\entity_test_revlog\EntityTestRevlogAccessControlHandler;
use Drupal\Core\StringTranslation\TranslatableMarkup;
/**
* Defines the test entity class.
*/
class EntityTestMulWithRevisionLog extends EntityTestWithRevisionLog {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| EntityTestMulWithRevisionLog | Defines the test entity class. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.