EntityTestVariant.php

Same filename and directory in other branches
  1. 9 core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestVariant.php
  2. 10 core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestVariant.php

Namespace

Drupal\entity_test_bundle_class\Entity

File

core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestVariant.php

View source
<?php

namespace Drupal\entity_test_bundle_class\Entity;

use Drupal\entity_test\Entity\EntityTest;

/**
 * Defines a custom class to use for EntityTest.
 *
 * @see entity_test_bundle_class_entity_type_alter()
 */
class EntityTestVariant extends EntityTest {

}

Classes

Title Deprecated Summary
EntityTestVariant Defines a custom class to use for EntityTest.

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