You are here

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

File

src/Form/RequiredContext.php, line 45

Class

RequiredContext

Namespace

Drupal\ctools\Form

Code

public function __construct(PluginManagerInterface $typed_data_manager, FormBuilderInterface $form_builder) {
  $this->typedDataManager = $typed_data_manager;
  $this->formBuilder = $form_builder;
}