function ContextConfigure::create

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

Overrides FormBase::create

File

src/Form/ContextConfigure.php, line 55

Class

ContextConfigure
Configure Context Form.

Namespace

Drupal\ctools\Form

Code

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