You are here

public function AddServices::__construct in TacJS 8.6

Same name and namespace in other branches
  1. 8.3 src/Form/Steps/AddServices.php \Drupal\tacjs\Form\Steps\AddServices::__construct()
  2. 8.4 src/Form/Steps/AddServices.php \Drupal\tacjs\Form\Steps\AddServices::__construct()
  3. 8.5 src/Form/Steps/AddServices.php \Drupal\tacjs\Form\Steps\AddServices::__construct()

Constructs a new AddServices.

Overrides ConfigFormBase::__construct

File

src/Form/Steps/AddServices.php, line 28

Class

AddServices
Class AddServices.

Namespace

Drupal\tacjs\Form\Steps

Code

public function __construct() {
  $this->content = $this
    ->getContent();
}