You are here

class NonInheritingBundleClass in Drupal 10

An invalid bundle class which does not inherit the main entity class.

Hierarchy

Expanded class hierarchy of NonInheritingBundleClass

1 file declares its use of NonInheritingBundleClass
entity_test_bundle_class.module in core/modules/system/tests/modules/entity_test_bundle_class/entity_test_bundle_class.module
Support module for testing entity bundle classes.

File

core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/NonInheritingBundleClass.php, line 8

Namespace

Drupal\entity_test_bundle_class\Entity
View source
class NonInheritingBundleClass {

}

Members