EntityTestBundleClassB.php

Same filename and directory in other branches
  1. main core/modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassB.php

Namespace

Drupal\entity_test_attribute_bundle_class\Entity

File

core/modules/system/tests/modules/entity_test_attribute_bundle_class/src/Entity/EntityTestBundleClassB.php

View source
<?php

declare (strict_types=1);
namespace Drupal\entity_test_attribute_bundle_class\Entity;

use Drupal\entity_test\Entity\EntityTest;

/**
 * The bundle class for the bundle_class_b bundle of the entity_test entity.
 */
class EntityTestBundleClassB extends EntityTest {

}

Classes

Title Deprecated Summary
EntityTestBundleClassB The bundle class for the bundle_class_b bundle of the entity_test entity.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.