You are here

abstract protected function RabbitHoleBehaviorSettingsFormTestBase::getEditBundleUrl 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::getEditBundleUrl()

Returns URL of the "Edit" entity bundle page.

Parameters

string $bundle: Entity bundle id.

Return value

\Drupal\Core\Url URL object.

1 call to RabbitHoleBehaviorSettingsFormTestBase::getEditBundleUrl()
RabbitHoleBehaviorSettingsFormTestBase::loadEntityBundleForm in tests/src/Functional/RabbitHoleBehaviorSettingsFormTestBase.php
Loads the bundle configuration form.
6 methods override RabbitHoleBehaviorSettingsFormTestBase::getEditBundleUrl()
GroupBehaviorSettingsFormTest::getEditBundleUrl in modules/rh_group/tests/src/Functional/GroupBehaviorSettingsFormTest.php
Returns URL of the "Edit" entity bundle page.
MediaBehaviorSettingsFormTest::getEditBundleUrl in modules/rh_media/tests/src/Functional/MediaBehaviorSettingsFormTest.php
Returns URL of the "Edit" entity bundle page.
NodeBehaviorSettingsFormTest::getEditBundleUrl in modules/rh_node/tests/src/Functional/NodeBehaviorSettingsFormTest.php
Returns URL of the "Edit" entity bundle page.
ProductBehaviorSettingsFormTest::getEditBundleUrl in modules/rh_commerce/tests/src/Functional/ProductBehaviorSettingsFormTest.php
Returns URL of the "Edit" entity bundle page.
TaxonomyBehaviorSettingsFormTest::getEditBundleUrl in modules/rh_taxonomy/tests/src/Functional/TaxonomyBehaviorSettingsFormTest.php
Returns URL of the "Edit" entity bundle page.

... See full list

File

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

Class

RabbitHoleBehaviorSettingsFormTestBase
Base class for the Rabbit Hole form additions tests.

Namespace

Drupal\Tests\rabbit_hole\Functional

Code

protected abstract function getEditBundleUrl($bundle);