NonInheritingBundleClass.php
Same filename and directory in other branches
- 11.x core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/NonInheritingBundleClass.php
- 10 core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/NonInheritingBundleClass.php
- 9 core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/NonInheritingBundleClass.php
Namespace
Drupal\entity_test_bundle_class\EntityFile
-
core/
modules/ system/ tests/ modules/ entity_test_bundle_class/ src/ Entity/ NonInheritingBundleClass.php
View source
<?php
declare (strict_types=1);
namespace Drupal\entity_test_bundle_class\Entity;
/**
* An invalid bundle class which does not inherit the main entity class.
*/
class NonInheritingBundleClass {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| NonInheritingBundleClass | An invalid bundle class which does not inherit the main entity class. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.