EntityTestVariant.php
Same filename in other branches
Namespace
Drupal\entity_test_bundle_class\EntityFile
-
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.