You are here

public static function PardotScoreFormBase::create in Pardot Integration 8

Factory method for PardotScoreFormBase.

Overrides FormBase::create

File

src/Form/PardotScoreFormBase.php, line 46

Class

PardotScoreFormBase
Class PardotScoreFormBase.

Namespace

Drupal\pardot\Form

Code

public static function create(ContainerInterface $container) {
  return new static($container
    ->get('entity.query'), $container
    ->get('plugin.manager.condition'));
}