EntityTestVariant.php in Drupal 10
Namespace
Drupal\entity_test_bundle_class\EntityFile
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestVariant.phpView 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
Name | Description |
---|---|
EntityTestVariant | Defines a custom class to use for EntityTest. |