SharedEntityTestBundleClassA.php

Namespace

Drupal\entity_test_bundle_class\Entity

File

core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassA.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 SharedEntityTestBundleClassA extends EntityTest {

}

Classes

Title Deprecated Summary
SharedEntityTestBundleClassA 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.