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