function ContextDelete::create
Same name in other branches
- 4.0.x src/Form/ContextDelete.php \Drupal\ctools\Form\ContextDelete::create()
Overrides FormBase::create
File
-
src/
Form/ ContextDelete.php, line 40
Class
- ContextDelete
- Provides a form for deleting an contexts and relationships.
Namespace
Drupal\ctools\FormCode
public static function create(ContainerInterface $container) {
return new static($container->get('tempstore.shared'));
}