You are here

abstract protected function ContentEntityAutosaveFormTestBase::getCreateNewEntityURL in Autosave Form 8

Returns the URL for creating a new entity.

Return value

string The url for creating a new entity.

1 call to ContentEntityAutosaveFormTestBase::getCreateNewEntityURL()
ContentEntityAutosaveFormTestBase::doTestAutosaveFormNewEntity in tests/src/FunctionalJavascript/ContentEntity/ContentEntityAutosaveFormTestBase.php
Tests that the autosave form library is not loaded on new entity forms.
1 method overrides ContentEntityAutosaveFormTestBase::getCreateNewEntityURL()
NodeAutosaveFormTest::getCreateNewEntityURL in tests/src/FunctionalJavascript/ContentEntity/NodeAutosaveFormTest.php
Returns the URL for creating a new entity.

File

tests/src/FunctionalJavascript/ContentEntity/ContentEntityAutosaveFormTestBase.php, line 747

Class

ContentEntityAutosaveFormTestBase
Base test class for testing autosave support for entity forms.

Namespace

Drupal\Tests\autosave_form\FunctionalJavascript\ContentEntity

Code

protected abstract function getCreateNewEntityURL();