Constructs a \Drupal\condition_test\FormController object.
File
- drupal/core/modules/system/tests/modules/condition_test/lib/Drupal/condition_test/FormController.php, line 35
- Contains \Drupal\condition_test\FormController.
Class
- FormController
- Routing controller class for condition_test testing of condition forms.
Namespace
Drupal\condition_test
Code
public function __construct() {
$manager = new ConditionManager(\Drupal::service('container.namespaces'));
$this->condition = $manager
->createInstance('node_type');
}