EntityTestMulWithRevisionLog.php

Same filename and directory in other branches
  1. 11.x core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php
  2. 10 core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php
  3. 9 core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php
  4. 8.9.x core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php

Namespace

Drupal\entity_test_revlog\Entity

File

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.