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. |
TextareaWidget::settingsForm |
function |
core/modules/text/src/Plugin/Field/FieldWidget/TextareaWidget.php |
Returns a form to configure settings for the widget. |
TextareaWithSummaryWidget::settingsForm |
function |
core/modules/text/src/Plugin/Field/FieldWidget/TextareaWithSummaryWidget.php |
Returns a form to configure settings for the widget. |
TextItem::storageSettingsForm |
function |
core/modules/text/src/Plugin/Field/FieldType/TextItem.php |
Returns a form for the storage-level settings. |
TextTrimmedFormatter::settingsForm |
function |
core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php |
Returns a form to configure settings for the formatter. |
TextWithSummaryItem::fieldSettingsForm |
function |
core/modules/text/src/Plugin/Field/FieldType/TextWithSummaryItem.php |
Returns a form for the field-level settings. |
ThemeSettingsForm |
class |
core/modules/system/src/Form/ThemeSettingsForm.php |
Displays theme configuration for entire site and individual themes. |
ThemeSettingsForm.php |
file |
core/modules/system/src/Form/ThemeSettingsForm.php |
|
ThemeSettingsForm::$editableConfig |
property |
core/modules/system/src/Form/ThemeSettingsForm.php |
An array of configuration names that should be editable. |
ThemeSettingsForm::$fileSystem |
property |
core/modules/system/src/Form/ThemeSettingsForm.php |
The file system. |
ThemeSettingsForm::$mimeTypeGuesser |
property |
core/modules/system/src/Form/ThemeSettingsForm.php |
The MIME type guesser. |
ThemeSettingsForm::$moduleHandler |
property |
core/modules/system/src/Form/ThemeSettingsForm.php |
The module handler. |
ThemeSettingsForm::$themeHandler |
property |
core/modules/system/src/Form/ThemeSettingsForm.php |
The theme handler. |
ThemeSettingsForm::$themeManager |
property |
core/modules/system/src/Form/ThemeSettingsForm.php |
The theme manager. |
ThemeSettingsForm::buildForm |
function |
core/modules/system/src/Form/ThemeSettingsForm.php |
|
ThemeSettingsForm::create |
function |
core/modules/system/src/Form/ThemeSettingsForm.php |
Instantiates a new instance of this class. |
ThemeSettingsForm::getEditableConfigNames |
function |
core/modules/system/src/Form/ThemeSettingsForm.php |
Gets the configuration names that will be editable. |
ThemeSettingsForm::getFormId |
function |
core/modules/system/src/Form/ThemeSettingsForm.php |
Returns a unique string identifying the form. |
ThemeSettingsForm::submitForm |
function |
core/modules/system/src/Form/ThemeSettingsForm.php |
Form submission handler. |
ThemeSettingsForm::validateForm |
function |
core/modules/system/src/Form/ThemeSettingsForm.php |
Form validation handler. |
ThemeSettingsForm::validatePath |
function |
core/modules/system/src/Form/ThemeSettingsForm.php |
Helper function for the system_theme_settings form. |
ThemeSettingsForm::__construct |
function |
core/modules/system/src/Form/ThemeSettingsForm.php |
Constructs a ThemeSettingsForm object. |
ThemeSettingsFormTest |
class |
core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php |
Tests that theme form settings works correctly. |
ThemeSettingsFormTest.php |
file |
core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php |
|
ThemeSettingsFormTest::$defaultTheme |
property |
core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php |
The theme to install as the default for testing. |
ThemeSettingsFormTest::$modules |
property |
core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php |
Modules to enable. |
ThemeSettingsFormTest::providerTestFormSettingsSubmissionHandler |
function |
core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php |
Provides test data for ::testFormSettingsSubmissionHandler(). |
ThemeSettingsFormTest::setUp |
function |
core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php |
|
ThemeSettingsFormTest::testFormSettingsSubmissionHandler |
function |
core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php |
Tests that submission handler works correctly. |
TimestampAgoFormatter::settingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php |
Returns a form to configure settings for the formatter. |
TimestampFormatter::settingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php |
Returns a form to configure settings for the formatter. |
UpdateSettingsForm |
class |
core/modules/update/src/UpdateSettingsForm.php |
Configure update settings for this site. |
UpdateSettingsForm.php |
file |
core/modules/update/src/UpdateSettingsForm.php |
|
UpdateSettingsForm::$emailValidator |
property |
core/modules/update/src/UpdateSettingsForm.php |
The email validator. |
UpdateSettingsForm::buildForm |
function |
core/modules/update/src/UpdateSettingsForm.php |
Form constructor. |
UpdateSettingsForm::create |
function |
core/modules/update/src/UpdateSettingsForm.php |
Instantiates a new instance of this class. |
UpdateSettingsForm::getEditableConfigNames |
function |
core/modules/update/src/UpdateSettingsForm.php |
Gets the configuration names that will be editable. |
UpdateSettingsForm::getFormId |
function |
core/modules/update/src/UpdateSettingsForm.php |
Returns a unique string identifying the form. |
UpdateSettingsForm::submitForm |
function |
core/modules/update/src/UpdateSettingsForm.php |
Form submission handler. |
UpdateSettingsForm::validateForm |
function |
core/modules/update/src/UpdateSettingsForm.php |
Form validation handler. |
UpdateSettingsForm::__construct |
function |
core/modules/update/src/UpdateSettingsForm.php |
Constructs an UpdateSettingsForm object. |
UriWidget::settingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/UriWidget.php |
Returns a form to configure settings for the widget. |
UserAdminSettingsFormTest |
class |
core/modules/user/tests/src/Kernel/UserAdminSettingsFormTest.php |
Configuration object user.mail and user.settings save test. |
UserAdminSettingsFormTest.php |
file |
core/modules/user/tests/src/Kernel/UserAdminSettingsFormTest.php |
|
UserAdminSettingsFormTest::$modules |
property |
core/modules/user/tests/src/Kernel/UserAdminSettingsFormTest.php |
Modules to enable. |
UserAdminSettingsFormTest::setUp |
function |
core/modules/user/tests/src/Kernel/UserAdminSettingsFormTest.php |
|
UserNameFormatter::settingsForm |
function |
core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php |
Returns a form to configure settings for the formatter. |
ViewsSelection::settingsFormValidate |
function |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
Element validate; Check View is valid. |