NonInheritingBundleClass.php

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

Namespace

Drupal\entity_test_bundle_class\Entity

File

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

View source
<?php

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


/**
 * An invalid bundle class which does not inherit the main entity class.
 */
class NonInheritingBundleClass {

}

Classes

Title Deprecated Summary
NonInheritingBundleClass An invalid bundle class which does not inherit the main entity class.

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