protected function UserBehaviorSettingsFormTest::createEntityBundle in Rabbit Hole 2.x
Same name and namespace in other branches
- 8 modules/rh_user/tests/src/Functional/UserBehaviorSettingsFormTest.php \Drupal\Tests\rh_user\Functional\UserBehaviorSettingsFormTest::createEntityBundle()
Creates new entity bundle.
Return value
string ID of the created bundle.
Overrides RabbitHoleBehaviorSettingsFormTestBase::createEntityBundle
File
- modules/
rh_user/ tests/ src/ Functional/ UserBehaviorSettingsFormTest.php, line 55
Class
- UserBehaviorSettingsFormTest
- Test the functionality of the rabbit hole form additions to the user entity.
Namespace
Drupal\Tests\rh_user\FunctionalCode
protected function createEntityBundle() {
// There is nothing to create here. The user entity/bundle already exists.
return NULL;
}