You are here

public static function LinkedInSettingsForm::create in Easy Social 8.3

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

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

Overrides ConfigFormBase::create

File

src/Form/LinkedInSettingsForm.php, line 48
Contains \Drupal\easy_social\LinkedInSettingsForm.

Class

LinkedInSettingsForm
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'));
}