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::submitForm |
function |
core/modules/user/src/AccountSettingsForm.php |
Form submission handler. |
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. |
AggregatorPluginSettingsBaseTest::$settingsForm |
property |
core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php |
The aggregator settings form object under test. |
AggregatorPluginSettingsBaseTest::testSettingsForm |
function |
core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php |
Tests for AggregatorPluginSettingsBase. |
AggregatorTitleFormatter::settingsForm |
function |
core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorTitleFormatter.php |
Returns a form to configure settings for the formatter. |
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::getEditableConfigNames |
function |
core/modules/views_ui/src/Form/BasicSettingsForm.php |
Gets the configuration names that will be editable. |
BasicSettingsForm::getFormId |
function |
core/modules/views_ui/src/Form/BasicSettingsForm.php |
Returns a unique string identifying the form. |
BasicSettingsForm::submitForm |
function |
core/modules/views_ui/src/Form/BasicSettingsForm.php |
Form submission handler. |
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::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::submitForm |
function |
core/modules/book/src/Form/BookSettingsForm.php |
Form submission handler. |
BookSettingsForm::validateForm |
function |
core/modules/book/src/Form/BookSettingsForm.php |
Form validation handler. |
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. |
CKEditorPluginConfigurableInterface::settingsForm |
function |
core/modules/ckeditor/src/CKEditorPluginConfigurableInterface.php |
Returns a settings form to configure this CKEditor plugin. |
CKEditorPluginManager::injectPluginSettingsForm |
function |
core/modules/ckeditor/src/CKEditorPluginManager.php |
Injects the CKEditor plugins settings forms as a vertical tabs subform. |
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. |