abstract protected function RabbitHoleBehaviorSettingsFormTestBase::getCreateEntityUrl in Rabbit Hole 8
Same name and namespace in other branches
- 2.x tests/src/Functional/RabbitHoleBehaviorSettingsFormTestBase.php \Drupal\Tests\rabbit_hole\Functional\RabbitHoleBehaviorSettingsFormTestBase::getCreateEntityUrl()
Returns URL of the "Create" entity page.
Return value
\Drupal\Core\Url URL object.
2 calls to RabbitHoleBehaviorSettingsFormTestBase::getCreateEntityUrl()
- RabbitHoleBehaviorSettingsFormTestBase::loadCreateEntityForm in tests/
src/ Functional/ RabbitHoleBehaviorSettingsFormTestBase.php - Loads the "Create" entity form.
- RabbitHoleBehaviorSettingsFormTestBase::testAdministerPermission in tests/
src/ Functional/ RabbitHoleBehaviorSettingsFormTestBase.php - Test the "rabbit hole administer *" permission.
6 methods override RabbitHoleBehaviorSettingsFormTestBase::getCreateEntityUrl()
- GroupBehaviorSettingsFormTest::getCreateEntityUrl in modules/
rh_group/ tests/ src/ Functional/ GroupBehaviorSettingsFormTest.php - Returns URL of the "Create" entity page.
- MediaBehaviorSettingsFormTest::getCreateEntityUrl in modules/
rh_media/ tests/ src/ Functional/ MediaBehaviorSettingsFormTest.php - Returns URL of the "Create" entity page.
- NodeBehaviorSettingsFormTest::getCreateEntityUrl in modules/
rh_node/ tests/ src/ Functional/ NodeBehaviorSettingsFormTest.php - Returns URL of the "Create" entity page.
- ProductBehaviorSettingsFormTest::getCreateEntityUrl in modules/
rh_commerce/ tests/ src/ Functional/ ProductBehaviorSettingsFormTest.php - Returns URL of the "Create" entity page.
- TaxonomyBehaviorSettingsFormTest::getCreateEntityUrl in modules/
rh_taxonomy/ tests/ src/ Functional/ TaxonomyBehaviorSettingsFormTest.php - Returns URL of the "Create" entity page.
File
- tests/
src/ Functional/ RabbitHoleBehaviorSettingsFormTestBase.php, line 397
Class
- RabbitHoleBehaviorSettingsFormTestBase
- Base class for the Rabbit Hole form additions tests.
Namespace
Drupal\Tests\rabbit_hole\FunctionalCode
protected abstract function getCreateEntityUrl();