EntityTestUserClass.php
Same filename in other branches
Namespace
Drupal\entity_test_bundle_class\EntityFile
-
core/
modules/ system/ tests/ modules/ entity_test_bundle_class/ src/ Entity/ EntityTestUserClass.php
View source
<?php
namespace Drupal\entity_test_bundle_class\Entity;
use Drupal\user\Entity\User;
/**
* A custom bundle class for the User entity.
*/
class EntityTestUserClass extends User {
}
Classes
Title | Deprecated | Summary |
---|---|---|
EntityTestUserClass | A custom bundle class for the User entity. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.