class NonInheritingBundleClass
Same name in other branches
- 9 core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/NonInheritingBundleClass.php \Drupal\entity_test_bundle_class\Entity\NonInheritingBundleClass
- 11.x core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/NonInheritingBundleClass.php \Drupal\entity_test_bundle_class\Entity\NonInheritingBundleClass
An invalid bundle class which does not inherit the main entity class.
Hierarchy
- class \Drupal\entity_test_bundle_class\Entity\NonInheritingBundleClass
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\EntityView source
class NonInheritingBundleClass {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.