You are here

EntityTestVariant.php in Drupal 10

File

core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestVariant.php
View source
<?php

namespace Drupal\entity_test_bundle_class\Entity;

use Drupal\entity_test\Entity\EntityTest;

/**
 * Defines a custom class to use for EntityTest.
 *
 * @see entity_test_bundle_class_entity_type_alter()
 */
class EntityTestVariant extends EntityTest {

}

Classes

Namesort descending Description
EntityTestVariant Defines a custom class to use for EntityTest.