function ContextConfigure::create
Same name in other branches
- 4.0.x src/Form/ContextConfigure.php \Drupal\ctools\Form\ContextConfigure::create()
Overrides FormBase::create
File
-
src/
Form/ ContextConfigure.php, line 55
Class
- ContextConfigure
- Configure Context Form.
Namespace
Drupal\ctools\FormCode
public static function create(ContainerInterface $container) {
return new static($container->get('tempstore.shared'), $container->get('entity_type.manager'));
}