function ExampleConfigEntityExternalForm::__construct
Same name in other branches
- 8.x-3.x tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityExternalForm.php \Drupal\ctools_wizard_test\Form\ExampleConfigEntityExternalForm::__construct()
Constructs a new ExampleConfigEntityExternalForm.
Parameters
\Drupal\ctools_wizard_test\Form\SharedTempStoreFactory $tempstore: Creates a shared temporary storage for a collection.
File
-
tests/
modules/ ctools_wizard_test/ src/ Form/ ExampleConfigEntityExternalForm.php, line 28
Class
- ExampleConfigEntityExternalForm
- Example form config entity.
Namespace
Drupal\ctools_wizard_test\FormCode
public function __construct(SharedTempStoreFactory $tempstore) {
$this->tempstore = $tempstore;
}