function 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;
}