abstract protected function RabbitHoleBehaviorSettingsFormTestBase::createEntityBundleFormSubmit in Rabbit Hole 8
Same name and namespace in other branches
- 2.x tests/src/Functional/RabbitHoleBehaviorSettingsFormTestBase.php \Drupal\Tests\rabbit_hole\Functional\RabbitHoleBehaviorSettingsFormTestBase::createEntityBundleFormSubmit()
Creates new entity bundle via form submit.
2 calls to RabbitHoleBehaviorSettingsFormTestBase::createEntityBundleFormSubmit()
- RabbitHoleBehaviorSettingsFormTestBase::testBundleCreation in tests/
src/ Functional/ RabbitHoleBehaviorSettingsFormTestBase.php - Test that Rabbit Hole settings are created together with entity bundle.
- RabbitHoleBehaviorSettingsFormTestBase::testEntityFormSaveRedirect in tests/
src/ Functional/ RabbitHoleBehaviorSettingsFormTestBase.php - Test redirect after entity form save.
6 methods override RabbitHoleBehaviorSettingsFormTestBase::createEntityBundleFormSubmit()
- GroupBehaviorSettingsFormTest::createEntityBundleFormSubmit in modules/
rh_group/ tests/ src/ Functional/ GroupBehaviorSettingsFormTest.php - Creates new entity bundle via form submit.
- MediaBehaviorSettingsFormTest::createEntityBundleFormSubmit in modules/
rh_media/ tests/ src/ Functional/ MediaBehaviorSettingsFormTest.php - Creates new entity bundle via form submit.
- NodeBehaviorSettingsFormTest::createEntityBundleFormSubmit in modules/
rh_node/ tests/ src/ Functional/ NodeBehaviorSettingsFormTest.php - Creates new entity bundle via form submit.
- ProductBehaviorSettingsFormTest::createEntityBundleFormSubmit in modules/
rh_commerce/ tests/ src/ Functional/ ProductBehaviorSettingsFormTest.php - Creates new entity bundle via form submit.
- TaxonomyBehaviorSettingsFormTest::createEntityBundleFormSubmit in modules/
rh_taxonomy/ tests/ src/ Functional/ TaxonomyBehaviorSettingsFormTest.php - Creates new entity bundle via form submit.
File
- tests/
src/ Functional/ RabbitHoleBehaviorSettingsFormTestBase.php, line 410
Class
- RabbitHoleBehaviorSettingsFormTestBase
- Base class for the Rabbit Hole form additions tests.
Namespace
Drupal\Tests\rabbit_hole\FunctionalCode
protected abstract function createEntityBundleFormSubmit($action, $override);