class FileSystemForm

Configure file system settings for this site.

Hierarchy

Expanded class hierarchy of FileSystemForm

1 string reference to 'FileSystemForm'

File

drupal/core/modules/system/lib/Drupal/system/Form/FileSystemForm.php, line 15
Contains \Drupal\system\Form\FileSystemForm.

Namespace

Drupal\system\Form
View source

Members

Namesort descending Modifiers Type Description Overrides
FileSystemForm::buildForm public function Implements \Drupal\Core\Form\FormInterface::buildForm(). Overrides SystemConfigFormBase::buildForm
FileSystemForm::getFormID public function Returns a unique string identifying the form. Overrides FormInterface::getFormID
FileSystemForm::submitForm public function Implements \Drupal\Core\Form\FormInterface::submitForm(). Overrides SystemConfigFormBase::submitForm
SystemConfigFormBase::$configFactory protected property Stores the configuration factory.
SystemConfigFormBase::create public static function Instantiates a new instance of this controller. Overrides ControllerInterface::create 9
SystemConfigFormBase::validateForm public function Implements \Drupal\Core\Form\FormInterface::validateForm(). Overrides FormInterface::validateForm 7
SystemConfigFormBase::__construct public function Constructs a \Drupal\system\SystemConfigFormBase object. 9