You are here

protected property QueuerConfigFormTest::$formId in Purge 8.3

Same name in this branch
  1. 8.3 modules/purge_queuer_coretags/tests/src/Functional/QueuerConfigFormTest.php \Drupal\Tests\purge_queuer_coretags\Functional\QueuerConfigFormTest::formId
  2. 8.3 tests/modules/purge_queuer_test/tests/src/Functional/QueuerConfigFormTest.php \Drupal\Tests\purge_queuer_test\Functional\QueuerConfigFormTest::formId
  3. 8.3 modules/purge_ui/tests/src/Functional/Form/QueuerConfigFormTest.php \Drupal\Tests\purge_ui\Functional\Form\QueuerConfigFormTest::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/QueuerConfigFormTest.php, line 33

Class

QueuerConfigFormTest
Tests the drop-in configuration form for queuers.

Namespace

Drupal\Tests\purge_ui\Functional\Form

Code

protected $formId = 'purge_queuer_test.configform';