function ContentLanguageSettingsForm::create

Overrides FormBase::create

File

core/modules/language/src/Form/ContentLanguageSettingsForm.php, line 57

Class

ContentLanguageSettingsForm
Configure the content language settings for this site.

Namespace

Drupal\language\Form

Code

public static function create(ContainerInterface $container) {
  return new static($container->get('entity_type.manager'), $container->get('entity_type.bundle.info'));
}

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