SharedEntityTestBundleClassB.php
Same filename in other branches
Namespace
Drupal\entity_test_bundle_class\EntityFile
-
core/
modules/ system/ tests/ modules/ entity_test_bundle_class/ src/ Entity/ SharedEntityTestBundleClassB.php
View source
<?php
namespace Drupal\entity_test_bundle_class\Entity;
use Drupal\entity_test\Entity\EntityTest;
/**
* A bundle class that shares the same entity type as entity_test.
*/
class SharedEntityTestBundleClassB extends EntityTest {
}
Classes
Title | Deprecated | Summary |
---|---|---|
SharedEntityTestBundleClassB | A bundle class that shares the same entity type as entity_test. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.