function ManageContext::create

Same name in other branches
  1. 4.0.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\Form

Code

public static function create(ContainerInterface $container) {
    return new static($container->get('typed_data_manager'), $container->get('form_builder'), $container->get('ctools.typed_data.resolver'));
}