EntityTestBundleClassOverrideB.php
Same filename and directory in other branches
Namespace
Drupal\entity_test_attribute_bundle_class\EntityFile
-
core/
modules/ system/ tests/ modules/ entity_test_attribute_bundle_class/ src/ Entity/ EntityTestBundleClassOverrideB.php
View source
<?php
declare (strict_types=1);
namespace Drupal\entity_test_attribute_bundle_class\Entity;
use Drupal\Core\Entity\Attribute\Bundle;
use Drupal\entity_test\Entity\EntityTest;
/**
* Overrides bundle class for the entity_test entity type bundle_class_b bundle.
*/
class EntityTestBundleClassOverrideB extends EntityTest {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| EntityTestBundleClassOverrideB | Overrides bundle class for the entity_test entity type bundle_class_b bundle. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.