Search for settingsForm

  1. Search 7.x for settingsForm
  2. Search 9.5.x for settingsForm
  3. Search 8.9.x for settingsForm
  4. Search 10.3.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/navigation/src/Form/SettingsForm.php Configure Navigation settings for this site.

All search results

Title Object type File name Summary
AccountSettingsForm class core/modules/user/src/AccountSettingsForm.php Configure user settings for this site.
AccountSettingsForm.php file core/modules/user/src/AccountSettingsForm.php
AccountSettingsForm::$moduleHandler property core/modules/user/src/AccountSettingsForm.php The module handler.
AccountSettingsForm::$roleStorage property core/modules/user/src/AccountSettingsForm.php The role storage used when changing the admin role.
AccountSettingsForm::buildForm function core/modules/user/src/AccountSettingsForm.php Form constructor.
AccountSettingsForm::create function core/modules/user/src/AccountSettingsForm.php Instantiates a new instance of this class.
AccountSettingsForm::getEditableConfigNames function core/modules/user/src/AccountSettingsForm.php Gets the configuration names that will be editable.
AccountSettingsForm::getFormId function core/modules/user/src/AccountSettingsForm.php Returns a unique string identifying the form.
AccountSettingsForm::__construct function core/modules/user/src/AccountSettingsForm.php Constructs a \Drupal\user\AccountSettingsForm object.
AdminUiTest::testPluginSettingsFormSection function core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php Tests the plugin settings form section.
AdvancedSettingsForm class core/modules/views_ui/src/Form/AdvancedSettingsForm.php Form builder for the advanced admin settings page.
AdvancedSettingsForm.php file core/modules/views_ui/src/Form/AdvancedSettingsForm.php
AdvancedSettingsForm::buildForm function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Form constructor.
AdvancedSettingsForm::cacheSubmit function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Submission handler to clear the Views cache.
AdvancedSettingsForm::getEditableConfigNames function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Gets the configuration names that will be editable.
AdvancedSettingsForm::getFormId function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Returns a unique string identifying the form.
AdvancedSettingsForm::submitForm function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Form submission handler.
BaseFieldFileFormatterBase::settingsForm function core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php Returns a form to configure settings for the formatter.
BasicSettingsForm class core/modules/views_ui/src/Form/BasicSettingsForm.php Form builder for the admin display defaults page.
BasicSettingsForm.php file core/modules/views_ui/src/Form/BasicSettingsForm.php
BasicSettingsForm::$themeHandler property core/modules/views_ui/src/Form/BasicSettingsForm.php The theme handler.
BasicSettingsForm::buildForm function core/modules/views_ui/src/Form/BasicSettingsForm.php Form constructor.
BasicSettingsForm::create function core/modules/views_ui/src/Form/BasicSettingsForm.php Instantiates a new instance of this class.
BasicSettingsForm::getFormId function core/modules/views_ui/src/Form/BasicSettingsForm.php Returns a unique string identifying the form.
BasicSettingsForm::__construct function core/modules/views_ui/src/Form/BasicSettingsForm.php Constructs a \Drupal\views_ui\Form\BasicSettingsForm object.
BookSettingsForm class core/modules/book/src/Form/BookSettingsForm.php Configure book settings for this site.
BookSettingsForm.php file core/modules/book/src/Form/BookSettingsForm.php
BookSettingsForm::buildForm function core/modules/book/src/Form/BookSettingsForm.php Form constructor.
BookSettingsForm::filterAndSortAllowedTypes function core/modules/book/src/Form/BookSettingsForm.php Transformation callback for the book_allowed_types config value.
BookSettingsForm::getEditableConfigNames function core/modules/book/src/Form/BookSettingsForm.php Gets the configuration names that will be editable.
BookSettingsForm::getFormId function core/modules/book/src/Form/BookSettingsForm.php Returns a unique string identifying the form.
BookSettingsForm::validateForm function core/modules/book/src/Form/BookSettingsForm.php Form validation handler.
BookSettingsFormTest class core/modules/book/tests/src/Kernel/BookSettingsFormTest.php @covers \Drupal\book\Form\BookSettingsForm
@group book
BookSettingsFormTest.php file core/modules/book/tests/src/Kernel/BookSettingsFormTest.php
BookSettingsFormTest::$modules property core/modules/book/tests/src/Kernel/BookSettingsFormTest.php Modules to enable.
BookSettingsFormTest::setUp function core/modules/book/tests/src/Kernel/BookSettingsFormTest.php
BookSettingsFormTest::testConfigValuesSavedCorrectly function core/modules/book/tests/src/Kernel/BookSettingsFormTest.php Tests that submitted values are processed and saved correctly.
BookTest::testSettingsForm function core/modules/book/tests/src/Functional/BookTest.php Tests that the book settings form can be saved without error.
BooleanCheckboxWidget::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php Returns a form to configure settings for the widget.
BooleanFormatter::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php Returns a form to configure settings for the formatter.
BooleanItem::fieldSettingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php Returns a form for the field-level settings.
CKEditor5::injectPluginSettingsForm function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Injects the CKEditor plugins settings forms as a vertical tabs subform.
CKEditor5::shouldHaveVisiblePluginSettingsForm function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Determines whether the plugin settings form should be visible.
CommentDefaultFormatter::settingsForm function core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php Returns a form to configure settings for the formatter.
CommentItem::fieldSettingsForm function core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php Returns a form for the field-level settings.
CommentItem::storageSettingsForm function core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php Returns a form for the storage-level settings.
ContentLanguageSettingsForm class core/modules/language/src/Form/ContentLanguageSettingsForm.php Configure the content language settings for this site.
ContentLanguageSettingsForm.php file core/modules/language/src/Form/ContentLanguageSettingsForm.php
ContentLanguageSettingsForm::$entityTypeBundleInfo property core/modules/language/src/Form/ContentLanguageSettingsForm.php The entity bundle info.
ContentLanguageSettingsForm::$entityTypeManager property core/modules/language/src/Form/ContentLanguageSettingsForm.php The entity type manager.

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