You are here

protected property PurgerConfigFormTest::$formId in Purge 8.3

Same name in this branch
  1. 8.3 tests/modules/purge_purger_test/tests/src/Functional/PurgerConfigFormTest.php \Drupal\Tests\purge_purger_test\Functional\PurgerConfigFormTest::formId
  2. 8.3 modules/purge_ui/tests/src/Functional/Form/PurgerConfigFormTest.php \Drupal\Tests\purge_ui\Functional\Form\PurgerConfigFormTest::formId

The form id, equal to the route name when left as NULL.

Type: null|\Drupal\Core\Form\FormBuilderInterface

Overrides FormTestBase::$formId

File

modules/purge_ui/tests/src/Functional/Form/PurgerConfigFormTest.php, line 33

Class

PurgerConfigFormTest
Tests the drop-in configuration form for purgers.

Namespace

Drupal\Tests\purge_ui\Functional\Form

Code

protected $formId = 'purge_purger_test.purgerconfigform';