You are here

public function ExampleConfigEntityExternalForm::__construct in Chaos Tool Suite (ctools) 8.3

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\Form

Code

public function __construct(SharedTempStoreFactory $tempstore) {
  $this->tempstore = $tempstore;
}