function RelationshipConfigure::create

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

Code

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