You are here

EntityTestUserClass.php in Drupal 10

File

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

namespace Drupal\entity_test_bundle_class\Entity;

use Drupal\user\Entity\User;

/**
 * A custom bundle class for the User entity.
 */
class EntityTestUserClass extends User {

}

Classes

Namesort descending Description
EntityTestUserClass A custom bundle class for the User entity.