function ManageContext::create
Same name in other branches
- 8.x-3.x src/Form/ManageContext.php \Drupal\ctools\Form\ManageContext::create()
Overrides FormBase::create
File
-
src/
Form/ ManageContext.php, line 82
Class
- ManageContext
- Manage Context Form.
Namespace
Drupal\ctools\FormCode
public static function create(ContainerInterface $container) {
return new static($container->get('typed_data_manager'), $container->get('form_builder'), $container->get('ctools.typed_data.resolver'));
}