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