You are here

public static function GooglePlusSettingsForm::create in Easy Social 8.4

Same name and namespace in other branches
  1. 8.3 src/Form/GooglePlusSettingsForm.php \Drupal\easy_social\Form\GooglePlusSettingsForm::create()

Implements \Drupal\Core\ControllerInterface::create().

Overrides ConfigFormBase::create

File

src/Form/GooglePlusSettingsForm.php, line 47
Contains \Drupal\easy_social\GooglePlusSettingsForm.

Class

GooglePlusSettingsForm
Configure user settings for this site.

Namespace

Drupal\easy_social\Form

Code

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