You are here

protected property ProcessorConfigDialogFormTest::$formId in Purge 8.3

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/ProcessorConfigDialogFormTest.php, line 38

Class

ProcessorConfigDialogFormTest
Tests the drop-in configuration form for processors (modal dialog).

Namespace

Drupal\Tests\purge_ui\Functional\Form

Code

protected $formId = 'purge_processor_test.configform';