NonInheritingBundleClass.php
Same filename in other branches
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.