You are here

public function PoolAssignmentForm::__construct in CMS Content Sync 2.0.x

Same name and namespace in other branches
  1. 8 src/Form/PoolAssignmentForm.php \Drupal\cms_content_sync\Form\PoolAssignmentForm::__construct()
  2. 2.1.x src/Form/PoolAssignmentForm.php \Drupal\cms_content_sync\Form\PoolAssignmentForm::__construct()

File

src/Form/PoolAssignmentForm.php, line 20

Class

PoolAssignmentForm

Namespace

Drupal\cms_content_sync\Form

Code

public function __construct() {
  $this->step = self::STEP_SELECT_FLOW;
}