function FileSystemForm::create

Same name and namespace in other branches
  1. 9 core/modules/system/src/Form/FileSystemForm.php \Drupal\system\Form\FileSystemForm::create()
  2. 10 core/modules/system/src/Form/FileSystemForm.php \Drupal\system\Form\FileSystemForm::create()
  3. 11.x core/modules/system/src/Form/FileSystemForm.php \Drupal\system\Form\FileSystemForm::create()

Overrides ConfigFormBase::create

File

core/modules/system/src/Form/FileSystemForm.php, line 70

Class

FileSystemForm
Configure file system settings for this site.

Namespace

Drupal\system\Form

Code

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

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