You are here

19 calls to FormBase::config() in Drupal 10

AddFormBase::isAdvancedUi in core/modules/media_library/src/Form/AddFormBase.php
Determines if the "advanced UI" of the Media Library is enabled.
BlockContentForm::save in core/modules/block_content/src/BlockContentForm.php
Form submission handler for the 'save' action.
BlockForm::form in core/modules/block/src/BlockForm.php
Gets the actual form array to be built.
CommentForm::form in core/modules/comment/src/CommentForm.php
Gets the actual form array to be built.
ConfigSingleImportForm::validateForm in core/modules/config/src/Form/ConfigSingleImportForm.php
Form validation handler.
ConfigureBlockFormBase::doBuildForm in core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php
Builds the form for the block.
ExportForm::submitForm in core/modules/locale/src/Form/ExportForm.php
Form submission handler.
FieldStorageAddForm::buildForm in core/modules/field_ui/src/Form/FieldStorageAddForm.php
Form constructor.
FilterFormatFormBase::form in core/modules/filter/src/FilterFormatFormBase.php
Gets the actual form array to be built.
ForumForm::forumParentSelect in core/modules/forum/src/Form/ForumForm.php
Returns a select box for available parent terms.
MessageForm::save in core/modules/contact/src/MessageForm.php
Form submission handler for the 'save' action.
MessageForm::validateForm in core/modules/contact/src/MessageForm.php
Button-level validation handlers are highly discouraged for entity forms, as they will prevent entity validation from running. If the entity is going to be saved during the form submission, this method should be manually invoked from the button-level…
Overview::buildForm in core/modules/forum/src/Form/Overview.php
Form constructor.
OverviewTerms::buildForm in core/modules/taxonomy/src/Form/OverviewTerms.php
Form constructor.
TermForm::form in core/modules/taxonomy/src/TermForm.php
Gets the actual form array to be built.
UserLoginForm::buildForm in core/modules/user/src/Form/UserLoginForm.php
Form constructor.
UserLoginForm::validateAuthentication in core/modules/user/src/Form/UserLoginForm.php
Checks supplied username/password against local users table.
UserLoginForm::validateFinal in core/modules/user/src/Form/UserLoginForm.php
Checks if user was not authenticated, or if too many logins were attempted.
UserMultipleCancelConfirm::buildForm in core/modules/user/src/Form/UserMultipleCancelConfirm.php
Form constructor.