You are here

public static function PinterestSettingsForm::create in Easy Social 8.4

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

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

Overrides ConfigFormBase::create

File

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

Class

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