You are here

public static function InviteSettingsForm::create in User External Invite 8

Same name and namespace in other branches
  1. 2.0.x src/Form/InviteSettingsForm.php \Drupal\user_external_invite\Form\InviteSettingsForm::create()

Parameters

\Symfony\Component\DependencyInjection\ContainerInterface $container:

Return value

static

Overrides ConfigFormBase::create

File

src/Form/InviteSettingsForm.php, line 25

Class

InviteSettingsForm

Namespace

Drupal\user_external_invite\Form

Code

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