You are here

NonInheritingBundleClass.php in Drupal 10

File

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

namespace Drupal\entity_test_bundle_class\Entity;


/**
 * An invalid bundle class which does not inherit the main entity class.
 */
class NonInheritingBundleClass {

}

Classes

Namesort descending Description
NonInheritingBundleClass An invalid bundle class which does not inherit the main entity class.