function ResolverRelationshipConfigure::create

Same name in other branches
  1. 4.0.x src/Form/ResolverRelationshipConfigure.php \Drupal\ctools\Form\ResolverRelationshipConfigure::create()

Overrides FormBase::create

File

src/Form/ResolverRelationshipConfigure.php, line 37

Class

ResolverRelationshipConfigure
Configure Relationships Resolver form.

Namespace

Drupal\ctools\Form

Code

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