You are here

abstract protected function RabbitHoleBehaviorSettingsFormTestBase::getCreateEntityUrl in Rabbit Hole 2.x

Same name and namespace in other branches
  1. 8 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.

... See full list

File

tests/src/Functional/RabbitHoleBehaviorSettingsFormTestBase.php, line 397

Class

RabbitHoleBehaviorSettingsFormTestBase
Base class for the Rabbit Hole form additions tests.

Namespace

Drupal\Tests\rabbit_hole\Functional

Code

protected abstract function getCreateEntityUrl();