function ExampleConfigEntityExternalForm::__construct

Same name and namespace in other branches
  1. 4.0.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\Form

Code

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