You are here

public static function PardotCampaignFormBase::create in Pardot Integration 8

Factory method for PardotCampaignFormBase.

Overrides FormBase::create

File

src/Form/PardotCampaignFormBase.php, line 46

Class

PardotCampaignFormBase
Class PardotCampaignFormBase.

Namespace

Drupal\pardot\Form

Code

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