Search for settingsForm

  1. Search 7.x for settingsForm
  2. Search 9.5.x for settingsForm
  3. Search 10.3.x for settingsForm
  4. Search 11.x for settingsForm
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
SettingsForm class core/modules/media_library/src/Form/SettingsForm.php Defines a form for configuring the Media Library module.
SettingsForm class core/modules/aggregator/src/Form/SettingsForm.php Configures aggregator settings for this site.

All search results

Title Object type File name Summary
SimpletestSettingsForm::buildForm function core/modules/simpletest/src/Form/SimpletestSettingsForm.php Form constructor.
SimpletestSettingsForm::getEditableConfigNames function core/modules/simpletest/src/Form/SimpletestSettingsForm.php Gets the configuration names that will be editable.
SimpletestSettingsForm::getFormId function core/modules/simpletest/src/Form/SimpletestSettingsForm.php Returns a unique string identifying the form.
SimpletestSettingsForm::submitForm function core/modules/simpletest/src/Form/SimpletestSettingsForm.php Form submission handler.
SimpletestSettingsForm::validateForm function core/modules/simpletest/src/Form/SimpletestSettingsForm.php Form validation handler.
SiteSettingsForm class core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Provides a form to configure and rewrite settings.php.
SiteSettingsForm.php file core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php
SiteSettingsForm::$renderer property core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php The renderer.
SiteSettingsForm::$sitePath property core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php The site path.
SiteSettingsForm::buildForm function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Form constructor.
SiteSettingsForm::create function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Instantiates a new instance of this class.
SiteSettingsForm::createRandomConfigDirectory function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Create a random config sync directory.
SiteSettingsForm::getDatabaseErrors function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Get any database errors and links them to a form element.
SiteSettingsForm::getDatabaseErrorsTemplate function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Gets the inline template render array to display the database errors.
SiteSettingsForm::getFormId function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Returns a unique string identifying the form.
SiteSettingsForm::submitForm function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Form submission handler.
SiteSettingsForm::validateForm function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Form validation handler.
SiteSettingsForm::__construct function core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php Constructs a new SiteSettingsForm.
SSH::getSettingsForm function core/lib/Drupal/Core/FileTransfer/SSH.php Returns a form to collect connection settings credentials.
StatisticsSettingsForm class core/modules/statistics/src/StatisticsSettingsForm.php Configure statistics settings for this site.
StatisticsSettingsForm.php file core/modules/statistics/src/StatisticsSettingsForm.php
StatisticsSettingsForm::$moduleHandler property core/modules/statistics/src/StatisticsSettingsForm.php The module handler.
StatisticsSettingsForm::buildForm function core/modules/statistics/src/StatisticsSettingsForm.php Form constructor.
StatisticsSettingsForm::create function core/modules/statistics/src/StatisticsSettingsForm.php Instantiates a new instance of this class.
StatisticsSettingsForm::getEditableConfigNames function core/modules/statistics/src/StatisticsSettingsForm.php Gets the configuration names that will be editable.
StatisticsSettingsForm::getFormId function core/modules/statistics/src/StatisticsSettingsForm.php Returns a unique string identifying the form.
StatisticsSettingsForm::submitForm function core/modules/statistics/src/StatisticsSettingsForm.php Form submission handler.
StatisticsSettingsForm::__construct function core/modules/statistics/src/StatisticsSettingsForm.php Constructs a \Drupal\statistics\StatisticsSettingsForm object.
StringFormatter::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php Returns a form to configure settings for the formatter.
StringItem::storageSettingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItem.php Returns a form for the storage-level settings.
StringTextareaWidget::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextareaWidget.php Returns a form to configure settings for the widget.
StringTextfieldWidget::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php Returns a form to configure settings for the widget.
StylesCombo::settingsForm function core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php Returns a settings form to configure this CKEditor plugin.
TelephoneDefaultWidget::settingsForm function core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php Returns a form to configure settings for the widget.
TelephoneLinkFormatter::settingsForm function core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php Returns a form to configure settings for the formatter.
TestFieldDefaultFormatter::settingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldDefaultFormatter.php Returns a form to configure settings for the formatter.
TestFieldEmptySettingFormatter::settingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptySettingFormatter.php Returns a form to configure settings for the formatter.
TestFieldMultipleFormatter::settingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php Returns a form to configure settings for the formatter.
TestFieldNoSettingsFormatter class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldNoSettingsFormatter.php Plugin implementation of the 'field_no_settings' formatter.
TestFieldNoSettingsFormatter.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldNoSettingsFormatter.php
TestFieldNoSettingsFormatter::viewElements function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldNoSettingsFormatter.php Builds a renderable array for a field value.
TestFieldPrepareViewFormatter::settingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php Returns a form to configure settings for the formatter.
TestFieldWidget::settingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidget.php Returns a form to configure settings for the widget.
TestFieldWidgetMultiple::settingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php Returns a form to configure settings for the widget.
TestFileTransferWithSettingsForm class core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php Provides an object to test the settings form functionality.
TestFileTransferWithSettingsForm.php file core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php
TestFileTransferWithSettingsForm::factory function core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php Returns a Drupal\update_test\TestFileTransferWithSettingsForm object.
TestFileTransferWithSettingsForm::getSettingsForm function core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php Returns a settings form with a text field to input a username.
TestItem::fieldSettingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a form for the field-level settings.
TestItem::storageSettingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a form for the storage-level settings.

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