You are here

namespace Drupal\entity_test_bundle_class\Entity in Drupal 10

Classsort descending Location Description
EntityTestAmbiguousBundleClass core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestAmbiguousBundleClass.php An ambiguous bundle class that is a subclass of two different entity classes.
EntityTestBundleClass core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php The bundle class for the bundle_class bundle of the entity_test entity.
EntityTestUserClass core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestUserClass.php A custom bundle class for the User entity.
EntityTestVariant core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestVariant.php Defines a custom class to use for EntityTest.
NonInheritingBundleClass core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/NonInheritingBundleClass.php An invalid bundle class which does not inherit the main entity class.