function RegionalForm::create

Overrides ConfigFormBase::create

File

core/modules/system/src/Form/RegionalForm.php, line 41

Class

RegionalForm
Configure regional settings for this site.

Namespace

Drupal\system\Form

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.