271 calls to drupal_set_message() in Zircon Profile 8
- ActionFormBase::save in core/
modules/ action/ src/ ActionFormBase.php - Form submission handler for the 'save' action.
- AdvancedSettingsForm::cacheSubmit in core/
modules/ views_ui/ src/ Form/ AdvancedSettingsForm.php - Submission handler to clear the Views cache.
- AggregatorController::feedRefresh in core/
modules/ aggregator/ src/ Controller/ AggregatorController.php - Refreshes a feed, then redirects to the overview page.
- AjaxFormBlock::submitForm in core/
modules/ system/ tests/ modules/ ajax_forms_test/ src/ Plugin/ Block/ AjaxFormBlock.php - Form submission handler.
- AjaxFormsTestValidationForm::submitForm in core/
modules/ system/ tests/ modules/ ajax_forms_test/ src/ Form/ AjaxFormsTestValidationForm.php - Form submission handler.
- ajax_forms_test_validation_form_callback in core/
modules/ system/ tests/ modules/ ajax_forms_test/ ajax_forms_test.module - Ajax form callback: Selects the 'drivertext' element of the validation form.
- ajax_forms_test_validation_number_form_callback in core/
modules/ system/ tests/ modules/ ajax_forms_test/ ajax_forms_test.module - Ajax form callback: Selects the 'drivernumber' element of the validation form.
- authorize.php in core/
authorize.php - Administrative script for running authorized file operations.
- automated_cron_settings_submit in core/
modules/ automated_cron/ automated_cron.module - Form submission handler for system_cron_settings().
- BanAdmin::submitForm in core/
modules/ ban/ src/ Form/ BanAdmin.php - Form submission handler.
- BanDelete::submitForm in core/
modules/ ban/ src/ Form/ BanDelete.php - Form submission handler.
- BlockContentForm::save in core/
modules/ block_content/ src/ BlockContentForm.php - Form submission handler for the 'save' action.
- BlockContentTypeForm::save in core/
modules/ block_content/ src/ BlockContentTypeForm.php - Form submission handler for the 'save' action.
- BlockForm::submitForm in core/
modules/ block/ src/ BlockForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- BlockListBuilder::submitForm in core/
modules/ block/ src/ BlockListBuilder.php - Form submission handler.
- block_form_form_test_alter_form_alter in core/
modules/ system/ tests/ modules/ form_test/ form_test.module - Implements hook_form_FORM_ID_alter() on behalf of block.module.
- block_rebuild in core/
modules/ block/ block.module - Implements hook_rebuild().
- BookAdminEditForm::submitForm in core/
modules/ book/ src/ Form/ BookAdminEditForm.php - Form submission handler.
- BookController::bookExport in core/
modules/ book/ src/ Controller/ BookController.php - Generates representations of a book page and its children.
- BookOutlineForm::save in core/
modules/ book/ src/ Form/ BookOutlineForm.php - Form submission handler for the 'save' action.
- BookRemoveForm::submitForm in core/
modules/ book/ src/ Form/ BookRemoveForm.php - Form submission handler.
- book_test_page_attachments in core/
modules/ book/ tests/ modules/ book_test.module - Implements hook_page_attachments().
- BreakLockForm::submitForm in core/
modules/ views_ui/ src/ Form/ BreakLockForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- BulkForm::drupalSetMessage in core/
modules/ system/ src/ Plugin/ views/ field/ BulkForm.php - Wraps drupal_set_message().
- BulkForm::viewsFormSubmit in core/
modules/ system/ src/ Plugin/ views/ field/ BulkForm.php - Submit handler for the bulk form.
- Callbacks::validateName in core/
modules/ system/ tests/ modules/ form_test/ src/ Callbacks.php - Form element validation handler for 'name' in form_test_validate_form().
- callback_batch_finished in core/
lib/ Drupal/ Core/ Form/ form.api.php - Complete a batch process.
- color_scheme_form_submit in core/
modules/ color/ color.module - Form submission handler for color_scheme_form().
- CommentAdminOverview::submitForm in core/
modules/ comment/ src/ Form/ CommentAdminOverview.php - Form submission handler.
- CommentController::commentApprove in core/
modules/ comment/ src/ Controller/ CommentController.php - Publishes the specified comment.
- CommentForm::save in core/
modules/ comment/ src/ CommentForm.php - Form submission handler for the 'save' action.
- CommentTypeForm::save in core/
modules/ comment/ src/ CommentTypeForm.php - Form submission handler for the 'save' action.
- ConfigFormBase::submitForm in core/
lib/ Drupal/ Core/ Form/ ConfigFormBase.php - Form submission handler.
- ConfigImportForm::submitForm in core/
modules/ config/ src/ Form/ ConfigImportForm.php - Form submission handler.
- ConfigSingleImportForm::submitForm in core/
modules/ config/ src/ Form/ ConfigSingleImportForm.php - Form submission handler.
- ConfigSync::buildForm in core/
modules/ config/ src/ Form/ ConfigSync.php - Form constructor.
- ConfigSync::finishBatch in core/
modules/ config/ src/ Form/ ConfigSync.php - Finish batch.
- ConfigSync::submitForm in core/
modules/ config/ src/ Form/ ConfigSync.php - Form submission handler.
- ConfigTestForm::save in core/
modules/ config/ tests/ config_test/ src/ ConfigTestForm.php - Form submission handler for the 'save' action.
- ConfigTranslationAddForm::submitForm in core/
modules/ config_translation/ src/ Form/ ConfigTranslationAddForm.php - Form submission handler.
- ConfigTranslationController::itemPage in core/
modules/ config_translation/ src/ Controller/ ConfigTranslationController.php - Language translations overview page for a configuration name.
- ConfigTranslationDeleteForm::submitForm in core/
modules/ config_translation/ src/ Form/ ConfigTranslationDeleteForm.php - Form submission handler.
- ConfigTranslationEditForm::submitForm in core/
modules/ config_translation/ src/ Form/ ConfigTranslationEditForm.php - Form submission handler.
- ConfirmDeleteMultiple::buildForm in core/
modules/ comment/ src/ Form/ ConfirmDeleteMultiple.php - Form constructor.
- ConfirmDeleteMultiple::submitForm in core/
modules/ comment/ src/ Form/ ConfirmDeleteMultiple.php - Form submission handler.
- ConfirmFormTestForm::submitForm in core/
modules/ system/ tests/ modules/ form_test/ src/ ConfirmFormTestForm.php - Form submission handler.
- ContactController::contactSitePage in core/
modules/ contact/ src/ Controller/ ContactController.php - Presents the site-wide contact form.
- ContactFormEditForm::save in core/
modules/ contact/ src/ ContactFormEditForm.php - Form submission handler for the 'save' action.
- ContentEntityDeleteForm::submitForm in core/
lib/ Drupal/ Core/ Entity/ ContentEntityDeleteForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- ContentLanguageSettingsForm::submitForm in core/
modules/ language/ src/ Form/ ContentLanguageSettingsForm.php - Form submission handler.
- ContentTranslationHandler::entityFormDelete in core/
modules/ content_translation/ src/ ContentTranslationHandler.php - Form submission handler for ContentTranslationHandler::entityFormAlter().
- ContentTranslationHandler::entityFormSourceChange in core/
modules/ content_translation/ src/ ContentTranslationHandler.php - Form submission handler for ContentTranslationHandler::entityFormAlter().
- content_translation_enable in core/
modules/ content_translation/ content_translation.install - Implements hook_enable().
- CronController::runManually in core/
modules/ system/ src/ CronController.php - Run cron manually.
- CronForm::submitForm in core/
modules/ system/ src/ Form/ CronForm.php - Runs cron and reloads the page.
- DateFormatFormBase::save in core/
modules/ system/ src/ Form/ DateFormatFormBase.php - Form submission handler for the 'save' action.
- DateFormatFormBase::validateForm in core/
modules/ system/ src/ Form/ DateFormatFormBase.php - Form validation handler.
- DblogClearLogConfirmForm::submitForm in core/
modules/ dblog/ src/ Form/ DblogClearLogConfirmForm.php - Form submission handler.
- DbUpdateController::selection in core/
modules/ system/ src/ Controller/ DbUpdateController.php - Renders a list of available database updates.
- DefaultFetcher::fetch in core/
modules/ aggregator/ src/ Plugin/ aggregator/ fetcher/ DefaultFetcher.php - Downloads feed data.
- DefaultParser::parse in core/
modules/ aggregator/ src/ Plugin/ aggregator/ parser/ DefaultParser.php - Parses feed data.
- DefaultProcessor::delete in core/
modules/ aggregator/ src/ Plugin/ aggregator/ processor/ DefaultProcessor.php - Deletes stored feed data.
- DeleteForm::submitForm in core/
modules/ forum/ src/ Form/ DeleteForm.php - Form submission handler.
- DeleteMultiple::submitForm in core/
modules/ node/ src/ Form/ DeleteMultiple.php - Form submission handler.
- DisplayPluginCollection::initializePlugin in core/
modules/ views/ src/ DisplayPluginCollection.php - Initializes and stores a plugin.
- DrupalSetMessageTest::testDrupalSetMessage in core/
tests/ Drupal/ KernelTests/ Core/ Common/ DrupalSetMessageTest.php - The basic functionality of drupal_set_message().
- drupal_check_module in core/
includes/ install.inc - Checks a module's requirements.
- drupal_get_messages in core/
includes/ bootstrap.inc - Returns all messages that have been set with drupal_set_message().
- EntityDeleteFormTrait::submitForm in core/
lib/ Drupal/ Core/ Entity/ EntityDeleteFormTrait.php - EntityDisplayFormBase::form in core/
modules/ field_ui/ src/ Form/ EntityDisplayFormBase.php - Gets the actual form array to be built.
- EntityDisplayFormBase::submitForm in core/
modules/ field_ui/ src/ Form/ EntityDisplayFormBase.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- EntityDisplayModeFormBase::save in core/
modules/ field_ui/ src/ Form/ EntityDisplayModeFormBase.php - Form submission handler for the 'save' action.
- EntityTestForm::save in core/
modules/ system/ tests/ modules/ entity_test/ src/ EntityTestForm.php - Form submission handler for the 'save' action.
- ExportForm::submitForm in core/
modules/ locale/ src/ Form/ ExportForm.php - Form submission handler.
- FavoriteAnimalTestForm::submitForm in core/
modules/ block/ tests/ modules/ block_test/ src/ Form/ FavoriteAnimalTestForm.php - Form submission handler.
- FeedForm::save in core/
modules/ aggregator/ src/ FeedForm.php - Form submission handler for the 'save' action.
- FieldConfigDeleteForm::submitForm in core/
modules/ field_ui/ src/ Form/ FieldConfigDeleteForm.php - FieldConfigEditForm::save in core/
modules/ field_ui/ src/ Form/ FieldConfigEditForm.php - Form submission handler for the 'save' action.
- FieldStorageAddForm::submitForm in core/
modules/ field_ui/ src/ Form/ FieldStorageAddForm.php - Form submission handler.
- FieldStorageConfigEditForm::save in core/
modules/ field_ui/ src/ Form/ FieldStorageConfigEditForm.php - Form submission handler for the 'save' action.
- field_form_config_admin_import_form_alter in core/
modules/ field/ field.module - Implements hook_form_FORM_ID_alter().
- field_test_field_widget_form_alter in core/
modules/ field/ tests/ modules/ field_test/ field_test.module - Implements hook_field_widget_form_alter().
- FileModuleTestForm::submitForm in core/
modules/ file/ tests/ file_module_test/ src/ Form/ FileModuleTestForm.php - Form submission handler.
- FileTestForm::submitForm in core/
modules/ file/ tests/ file_test/ src/ Form/ FileTestForm.php - Form submission handler.
- FileTransferAuthorizeForm::buildForm in core/
lib/ Drupal/ Core/ FileTransfer/ Form/ FileTransferAuthorizeForm.php - Form constructor.
- FileWidget::validateMultipleCount in core/
modules/ file/ src/ Plugin/ Field/ FieldWidget/ FileWidget.php - Form element validation callback for upload element on file widget. Checks if user has uploaded more files than allowed.
- file_copy in core/
modules/ file/ file.module - Copies a file to a new location and adds a file record to the database.
- file_move in core/
modules/ file/ file.module - Moves a file to a new location and update the file's database entry.
- file_munge_filename in core/
includes/ file.inc - Modifies a filename as needed for security purposes.
- file_save_data in core/
modules/ file/ file.module - Saves a file to the specified destination and creates a database entry.
- file_save_upload in core/
modules/ file/ file.module - Saves file uploads to a new location.
- file_unmanaged_copy in core/
includes/ file.inc - Copies a file to a new location without invoking the file API.
- file_unmanaged_save_data in core/
includes/ file.inc - Saves a file to the specified destination without invoking file API.
- file_validate_image_resolution in core/
modules/ file/ file.module - Verifies that image dimensions are within the specified maximum and minimum.
- FilterDisableForm::submitForm in core/
modules/ filter/ src/ Form/ FilterDisableForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- FilterFormatAddForm::submitForm in core/
modules/ filter/ src/ FilterFormatAddForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- FilterFormatEditForm::submitForm in core/
modules/ filter/ src/ FilterFormatEditForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- FilterFormatFormBase::form in core/
modules/ filter/ src/ FilterFormatFormBase.php - Gets the actual form array to be built.
- FilterFormatListBuilder::submitForm in core/
modules/ filter/ src/ FilterFormatListBuilder.php - Form submission handler.
- filter_test_filter_format_disable in core/
modules/ filter/ tests/ filter_test/ filter_test.module - Implements hook_filter_format_disable().
- filter_test_filter_format_insert in core/
modules/ filter/ tests/ filter_test/ filter_test.module - Implements hook_filter_format_insert().
- filter_test_filter_format_update in core/
modules/ filter/ tests/ filter_test/ filter_test.module - Implements hook_filter_format_update().
- FormAjaxSubscriber::drupalSetMessage in core/
lib/ Drupal/ Core/ Form/ EventSubscriber/ FormAjaxSubscriber.php - Wraps drupal_set_message().
- FormController::submitForm in core/
modules/ system/ tests/ modules/ condition_test/ src/ FormController.php - Form submission handler.
- FormErrorHandler::drupalSetMessage in core/
lib/ Drupal/ Core/ Form/ FormErrorHandler.php - Wraps drupal_set_message().
- FormTestArgumentsObject::submitForm in core/
modules/ system/ tests/ modules/ form_test/ src/ FormTestArgumentsObject.php - Form submission handler.
- FormTestArgumentsObject::validateForm in core/
modules/ system/ tests/ modules/ form_test/ src/ FormTestArgumentsObject.php - Form validation handler.
- FormTestClickedButtonForm::submitForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestClickedButtonForm.php - Form submission handler.
- FormTestClickedButtonForm::validateForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestClickedButtonForm.php - Form validation handler.
- FormTestControllerObject::create in core/
modules/ system/ tests/ modules/ form_test/ src/ FormTestControllerObject.php - Instantiates a new instance of this class.
- FormTestControllerObject::submitForm in core/
modules/ system/ tests/ modules/ form_test/ src/ FormTestControllerObject.php - Form submission handler.
- FormTestControllerObject::validateForm in core/
modules/ system/ tests/ modules/ form_test/ src/ FormTestControllerObject.php - Form validation handler.
- FormTestGetForm::submitForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestGetForm.php - Form submission handler.
- FormTestLimitValidationErrorsForm::partialSubmitForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestLimitValidationErrorsForm.php - FormTestObject::submitForm in core/
modules/ system/ tests/ modules/ form_test/ src/ FormTestObject.php - Form submission handler.
- FormTestObject::validateForm in core/
modules/ system/ tests/ modules/ form_test/ src/ FormTestObject.php - Form validation handler.
- FormTestRebuildPreserveValuesForm::submitForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestRebuildPreserveValuesForm.php - Form submission handler.
- FormTestServiceObject::submitForm in core/
modules/ system/ tests/ modules/ form_test/ src/ FormTestServiceObject.php - Form submission handler.
- FormTestServiceObject::validateForm in core/
modules/ system/ tests/ modules/ form_test/ src/ FormTestServiceObject.php - Form validation handler.
- FormTestStatePersistForm::submitForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestStatePersistForm.php - Form submission handler.
- FormTestStorageForm::buildForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestStorageForm.php - Form constructor.
- FormTestStorageForm::submitForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestStorageForm.php - Form submission handler.
- FormTestTableSelectMultipleFalseForm::submitForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestTableSelectMultipleFalseForm.php - Form submission handler.
- FormTestTableSelectMultipleTrueForm::submitForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestTableSelectMultipleTrueForm.php - Form submission handler.
- FormTestValidateForm::validateForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestValidateForm.php - Form validation handler.
- FormTestValidateNoToken::submitForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestValidateNoToken.php - Form submission handler.
- FormTestValidateRequiredForm::submitForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestValidateRequiredForm.php - Form submission handler.
- FormTestValidateRequiredNoTitleForm::submitForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestValidateRequiredNoTitleForm.php - Form submission handler.
- FormTestVerticalTabsAccessForm::submitForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestVerticalTabsAccessForm.php - Form submission handler.
- form_test_form_alter in core/
modules/ system/ tests/ modules/ form_test/ form_test.module - Implements hook_form_alter().
- form_test_form_form_test_alter_form_alter in core/
modules/ system/ tests/ modules/ form_test/ form_test.module - Implements hook_form_FORM_ID_alter().
- form_test_user_register_form_rebuild in core/
modules/ system/ tests/ modules/ form_test/ form_test.module - Submit callback that just lets the form rebuild.
- ForumForm::save in core/
modules/ forum/ src/ Form/ ForumForm.php - Form submission handler for the 'save' action.
- hook_user_login in core/
modules/ user/ user.api.php - The user just logged in.
- hook_views_post_execute in core/
modules/ views/ views.api.php - Act on the view immediately after the query has been executed.
- hook_views_pre_execute in core/
modules/ views/ views.api.php - Act on the view after the query is built and just before it is executed.
- ImageEffectDeleteForm::submitForm in core/
modules/ image/ src/ Form/ ImageEffectDeleteForm.php - Form submission handler.
- ImageEffectFormBase::submitForm in core/
modules/ image/ src/ Form/ ImageEffectFormBase.php - Form submission handler.
- ImageStyleAddForm::submitForm in core/
modules/ image/ src/ Form/ ImageStyleAddForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- ImageStyleEditForm::effectSave in core/
modules/ image/ src/ Form/ ImageStyleEditForm.php - Submit handler for image effect.
- ImageStyleEditForm::save in core/
modules/ image/ src/ Form/ ImageStyleEditForm.php - Form submission handler for the 'save' action.
- ImageStyleFlushForm::submitForm in core/
modules/ image/ src/ Form/ ImageStyleFlushForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- ImportForm::submitForm in core/
modules/ locale/ src/ Form/ ImportForm.php - Form submission handler.
- install_finished in core/
includes/ install.core.inc - Performs final installation steps and displays a 'finished' page.
- LanguageAddForm::save in core/
modules/ language/ src/ Form/ LanguageAddForm.php - Form submission handler for the 'save' action.
- LanguageListBuilder::submitForm in core/
modules/ language/ src/ LanguageListBuilder.php - Form submission handler.
- language_test_page_top in core/
modules/ language/ tests/ language_test/ language_test.module - Implements hook_page_top().
- locale_config_batch_finished in core/
modules/ locale/ locale.bulk.inc - Implements callback_batch_finished().
- locale_translate_batch_finished in core/
modules/ locale/ locale.bulk.inc - Implements callback_batch_finished().
- locale_translation_batch_status_finished in core/
modules/ locale/ locale.batch.inc - Implements callback_batch_finished().
- MailManager::mail in core/
lib/ Drupal/ Core/ Mail/ MailManager.php - Composes and optionally sends an email message.
- MaintenanceModeSubscriber::drupalSetMessage in core/
lib/ Drupal/ Core/ EventSubscriber/ MaintenanceModeSubscriber.php - Wraps the drupal_set_message function.
- memcache_admin_stats in modules/
memcache/ memcache_admin/ memcache_admin.module - Memcache Stats page
- memcache_admin_stats_raw in modules/
memcache/ memcache_admin/ memcache_admin.module - MenuForm::save in core/
modules/ menu_ui/ src/ MenuForm.php - Form submission handler for the 'save' action.
- MenuLinkContentForm::save in core/
modules/ menu_link_content/ src/ Form/ MenuLinkContentForm.php - Form submission handler for the 'save' action.
- MenuLinkEditForm::submitForm in core/
modules/ menu_ui/ src/ Form/ MenuLinkEditForm.php - Form submission handler.
- MenuLinkResetForm::submitForm in core/
modules/ menu_ui/ src/ Form/ MenuLinkResetForm.php - Form submission handler.
- MessageAction::execute in core/
modules/ action/ src/ Plugin/ Action/ MessageAction.php - Executes the plugin.
- MessageForm::save in core/
modules/ contact/ src/ MessageForm.php - Form submission handler for the 'save' action.
- MessageTest::testMessages in core/
modules/ system/ src/ Tests/ Theme/ MessageTest.php - Tests setting messages output.
- ModulesListConfirmForm::submitForm in core/
modules/ system/ src/ Form/ ModulesListConfirmForm.php - Form submission handler.
- ModulesListForm::submitForm in core/
modules/ system/ src/ Form/ ModulesListForm.php - Form submission handler.
- ModulesUninstallConfirmForm::buildForm in core/
modules/ system/ src/ Form/ ModulesUninstallConfirmForm.php - Form constructor.
- ModulesUninstallConfirmForm::submitForm in core/
modules/ system/ src/ Form/ ModulesUninstallConfirmForm.php - Form submission handler.
- NegotiationBrowserDeleteForm::submitForm in core/
modules/ language/ src/ Form/ NegotiationBrowserDeleteForm.php - Form submission handler.
- NegotiationConfigureForm::submitForm in core/
modules/ language/ src/ Form/ NegotiationConfigureForm.php - Form submission handler.
- NestedEntityTestForm::submitForm in core/
modules/ field/ tests/ modules/ field_test/ src/ Form/ NestedEntityTestForm.php - {@inheritdoc]
- NodeForm::save in core/
modules/ node/ src/ NodeForm.php - Form submission handler for the 'save' action.
- NodeRevisionDeleteForm::submitForm in core/
modules/ node/ src/ Form/ NodeRevisionDeleteForm.php - Form submission handler.
- NodeRevisionRevertForm::submitForm in core/
modules/ node/ src/ Form/ NodeRevisionRevertForm.php - Form submission handler.
- NodeSearch::findResults in core/
modules/ node/ src/ Plugin/ Search/ NodeSearch.php - Queries to find search results, and sets status messages.
- NodeType::postSave in core/
modules/ node/ src/ Entity/ NodeType.php - Acts on a saved entity before the insert or update hook is invoked.
- NodeTypeForm::save in core/
modules/ node/ src/ NodeTypeForm.php - Form submission handler for the 'save' action.
- node_access_rebuild in core/
modules/ node/ node.module - Rebuilds the node access database.
- node_help in core/
modules/ node/ node.module - Implements hook_help().
- node_mass_update in core/
modules/ node/ node.admin.inc - Updates all nodes in the passed-in array with the passed-in field values.
- OpmlFeedAdd::submitForm in core/
modules/ aggregator/ src/ Form/ OpmlFeedAdd.php - Form submission handler.
- OverviewTerms::submitForm in core/
modules/ taxonomy/ src/ Form/ OverviewTerms.php - Form submission handler.
- PagerTestController::showPagerCacheContext in core/
modules/ system/ tests/ modules/ pager_test/ src/ Controller/ PagerTestController.php - #pre_render callback for #type => pager that shows the pager cache context.
- PathFormBase::submitForm in core/
modules/ path/ src/ Form/ PathFormBase.php - Form submission handler.
- PerformanceForm::submitCacheClear in core/
modules/ system/ src/ Form/ PerformanceForm.php - Clears the caches.
- ProfileForm::save in core/
modules/ user/ src/ ProfileForm.php - Form submission handler for the 'save' action.
- rebuild.php in core/
rebuild.php - Rebuilds all Drupal caches even when Drupal itself does not work.
- RegisterForm::save in core/
modules/ user/ src/ RegisterForm.php - Form submission handler for the 'save' action.
- ReindexConfirm::submitForm in core/
modules/ search/ src/ Form/ ReindexConfirm.php - Form submission handler.
- ResponsiveImageStyleForm::save in core/
modules/ responsive_image/ src/ ResponsiveImageStyleForm.php - Form submission handler for the 'save' action.
- RoleForm::save in core/
modules/ user/ src/ RoleForm.php - Form submission handler for the 'save' action.
- RoleListBuilder::submitForm in core/
modules/ user/ src/ RoleListBuilder.php - Form submission handler.
- SearchController::performOperation in core/
modules/ search/ src/ Controller/ SearchController.php - Performs an operation on the search page entity.
- SearchController::setAsDefault in core/
modules/ search/ src/ Controller/ SearchController.php - Sets the search page as the default.
- SearchController::view in core/
modules/ search/ src/ Controller/ SearchController.php - Creates a render array for the search page.
- SearchEmbeddedForm::submitForm in core/
modules/ search/ tests/ modules/ search_embedded_form/ src/ Form/ SearchEmbeddedForm.php - Form submission handler.
- SearchPageAddForm::save in core/
modules/ search/ src/ Form/ SearchPageAddForm.php - Form submission handler for the 'save' action.
- SearchPageEditForm::save in core/
modules/ search/ src/ Form/ SearchPageEditForm.php - Form submission handler for the 'save' action.
- SearchPageListBuilder::submitForm in core/
modules/ search/ src/ SearchPageListBuilder.php - Form submission handler.
- search_langcode_test_search_preprocess in core/
modules/ search/ tests/ modules/ search_langcode_test/ search_langcode_test.module - Implements hook_search_preprocess().
- SessionTestController::setMessage in core/
modules/ system/ tests/ modules/ session_test/ src/ Controller/ SessionTestController.php - Sets a message to me displayed on the following page.
- SessionTestForm::submitForm in core/
modules/ system/ tests/ modules/ session_test/ src/ Form/ SessionTestForm.php - Form submission handler.
- SetCustomize::save in core/
modules/ shortcut/ src/ Form/ SetCustomize.php - Form submission handler for the 'save' action.
- ShortcutController::deleteShortcutLinkInline in core/
modules/ shortcut/ src/ Controller/ ShortcutController.php - Deletes the selected shortcut.
- ShortcutForm::save in core/
modules/ shortcut/ src/ ShortcutForm.php - Form submission handler for the 'save' action.
- ShortcutSetController::addShortcutLinkInline in core/
modules/ shortcut/ src/ Controller/ ShortcutSetController.php - Creates a new link in the provided shortcut set.
- ShortcutSetForm::save in core/
modules/ shortcut/ src/ ShortcutSetForm.php - Form submission handler for the 'save' action.
- SimpletestResultsForm::buildForm in core/
modules/ simpletest/ src/ Form/ SimpletestResultsForm.php - Form constructor.
- simpletest_clean_database in core/
modules/ simpletest/ simpletest.module - Removes prefixed tables from the database from crashed tests.
- simpletest_clean_environment in core/
modules/ simpletest/ simpletest.module - Removes all temporary database tables and directories.
- simpletest_clean_temporary_directories in core/
modules/ simpletest/ simpletest.module - Finds all leftover temporary directories and removes them.
- SiteConfigureForm::buildForm in core/
lib/ Drupal/ Core/ Installer/ Form/ SiteConfigureForm.php - Form constructor.
- Sql::execute in core/
modules/ views/ src/ Plugin/ views/ query/ Sql.php - Executes the query and fills the associated view object with according values.
- SwitchShortcutSet::submitForm in core/
modules/ shortcut/ src/ Form/ SwitchShortcutSet.php - Form submission handler.
- SystemController::overview in core/
modules/ system/ src/ Controller/ SystemController.php - Provide the administration overview page.
- SystemTestController::drupalSetMessageTest in core/
modules/ system/ tests/ modules/ system_test/ src/ Controller/ SystemTestController.php - Tests setting messages and removing one before it is displayed.
- system_form_form_test_alter_form_alter in core/
modules/ system/ tests/ modules/ form_test/ form_test.module - Implements hook_form_FORM_ID_alter() on behalf of system.module.
- system_retrieve_file in core/
modules/ system/ system.module - Attempts to get a file using Guzzle HTTP client and to store it locally.
- system_test_modules_installed in core/
modules/ system/ tests/ modules/ system_test/ system_test.module - Implements hook_modules_installed().
- system_test_modules_uninstalled in core/
modules/ system/ tests/ modules/ system_test/ system_test.module - Implements hook_modules_uninstalled().
- system_test_page_attachments in core/
modules/ system/ tests/ modules/ system_test/ system_test.module - Implements hook_page_attachments().
- system_user_login in core/
modules/ system/ system.module - Implements hook_user_login().
- TaxonomyMenuDeleteForm::submitForm in modules/
taxonomy_menu/ src/ Form/ TaxonomyMenuDeleteForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- TaxonomyMenuForm::save in modules/
taxonomy_menu/ src/ Form/ TaxonomyMenuForm.php - Form submission handler for the 'save' action.
- TermForm::save in core/
modules/ taxonomy/ src/ TermForm.php - Form submission handler for the 'save' action.
- TestClass::onKernelRequestTest in core/
modules/ system/ tests/ modules/ service_provider_test/ src/ TestClass.php - A simple kernel listener method.
- TestForm::submitForm in core/
modules/ block/ tests/ modules/ block_test/ src/ Form/ TestForm.php - Form submission handler.
- TestMultipleFormController::testMultipleForms in core/
modules/ block/ tests/ modules/ block_test/ src/ Controller/ TestMultipleFormController.php - test_theme_theme_suggestions_alter in core/
modules/ system/ tests/ themes/ test_theme/ test_theme.theme - Implements hook_theme_suggestions_alter().
- test_theme_theme_suggestions_theme_test_suggestions_alter in core/
modules/ system/ tests/ themes/ test_theme/ test_theme.theme - Implements hook_theme_suggestions_HOOK_alter().
- ThemeController::install in core/
modules/ system/ src/ Controller/ ThemeController.php - Installs a theme.
- ThemeController::setDefaultTheme in core/
modules/ system/ src/ Controller/ ThemeController.php - Set the default theme.
- ThemeController::uninstall in core/
modules/ system/ src/ Controller/ ThemeController.php - Uninstalls a theme.
- theme_suggestions_test_theme_suggestions_alter in core/
modules/ system/ tests/ modules/ theme_suggestions_test/ theme_suggestions_test.module - Implements hook_theme_suggestions_alter().
- theme_suggestions_test_theme_suggestions_theme_test_suggestions_alter in core/
modules/ system/ tests/ modules/ theme_suggestions_test/ theme_suggestions_test.module - Implements hook_theme_suggestions_HOOK_alter().
- theme_test_theme_suggestions_alter in core/
modules/ system/ tests/ modules/ theme_test/ theme_test.module - Implements hook_theme_suggestions_alter().
- theme_test_theme_suggestions_theme_test_suggestions_alter in core/
modules/ system/ tests/ modules/ theme_test/ theme_test.module - Implements hook_theme_suggestions_HOOK_alter().
- ToolbarController::flushAll in modules/
admin_toolbar/ admin_toolbar_tools/ src/ Controller/ ToolbarController.php - ToolbarController::flush_js_css in modules/
admin_toolbar/ admin_toolbar_tools/ src/ Controller/ ToolbarController.php - ToolbarController::flush_menu in modules/
admin_toolbar/ admin_toolbar_tools/ src/ Controller/ ToolbarController.php - ToolbarController::flush_plugins in modules/
admin_toolbar/ admin_toolbar_tools/ src/ Controller/ ToolbarController.php - ToolbarController::flush_static in modules/
admin_toolbar/ admin_toolbar_tools/ src/ Controller/ ToolbarController.php - ToolbarController::runCron in modules/
admin_toolbar/ admin_toolbar_tools/ src/ Controller/ ToolbarController.php - TranslateEditForm::submitForm in core/
modules/ locale/ src/ Form/ TranslateEditForm.php - Form submission handler.
- twig_render_template in core/
themes/ engines/ twig/ twig.engine - Implements hook_render_template().
- UpdateManagerInstall::submitForm in core/
modules/ update/ src/ Form/ UpdateManagerInstall.php - Form submission handler.
- update_fetch_data_finished in core/
modules/ update/ update.module - Batch callback: Performs actions when all fetch tasks have been completed.
- update_manager_download_batch_finished in core/
modules/ update/ update.manager.inc - Batch callback: Performs actions when the download batch is completed.
- update_page_top in core/
modules/ update/ update.module - Implements hook_page_top().
- update_script_test_cache_flush in core/
modules/ system/ tests/ modules/ update_script_test/ update_script_test.module - Implements hook_cache_flush().
- UserCancelForm::submitForm in core/
modules/ user/ src/ Form/ UserCancelForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- UserController::confirmCancel in core/
modules/ user/ src/ Controller/ UserController.php - Confirms cancelling a user account via an email link.
- UserController::resetPass in core/
modules/ user/ src/ Controller/ UserController.php - Returns the user password reset page.
- UserMultipleCancelConfirm::buildForm in core/
modules/ user/ src/ Form/ UserMultipleCancelConfirm.php - Form constructor.
- UserPasswordForm::submitForm in core/
modules/ user/ src/ Form/ UserPasswordForm.php - Form submission handler.
- UserPasswordResetForm::submitForm in core/
modules/ user/ src/ Form/ UserPasswordResetForm.php - Form submission handler.
- UserPermissionsForm::submitForm in core/
modules/ user/ src/ Form/ UserPermissionsForm.php - Form submission handler.
- user_cancel in core/
modules/ user/ user.module - Cancel a user account.
- View::render in core/
modules/ views/ src/ Plugin/ views/ area/ View.php - Render the area.
- ViewAddForm::submitForm in core/
modules/ views_ui/ src/ ViewAddForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- ViewEditForm::save in core/
modules/ views_ui/ src/ ViewEditForm.php - Form submission handler for the 'save' action.
- ViewsSelection::initializeView in core/
modules/ views/ src/ Plugin/ EntityReferenceSelection/ ViewsSelection.php - Initializes a view.
- ViewUI::cacheSet in core/
modules/ views_ui/ src/ ViewUI.php - Sets a cached view object in the user tempstore.
- ViewUI::renderPreview in core/
modules/ views_ui/ src/ ViewUI.php - VocabularyForm::save in core/
modules/ taxonomy/ src/ VocabularyForm.php - Form submission handler for the 'save' action.
- VocabularyListBuilder::submitForm in core/
modules/ taxonomy/ src/ VocabularyListBuilder.php - Form submission handler.
- VocabularyResetForm::submitForm in core/
modules/ taxonomy/ src/ Form/ VocabularyResetForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- _batch_page in core/
includes/ batch.inc - Renders the batch processing page based on the current state of the batch.
- _batch_test_finished_helper in core/
modules/ system/ tests/ modules/ batch_test/ batch_test.callbacks.inc - Provides a common 'finished' callback for batches 1 to 4.
- _drupal_log_error in core/
includes/ errors.inc - Logs a PHP error or exception and displays an error page in fatal cases.
- _node_access_rebuild_batch_finished in core/
modules/ node/ node.module - Implements callback_batch_finished().
- _node_mass_update_batch_finished in core/
modules/ node/ node.admin.inc - Implements callback_batch_finished().
- _simpletest_batch_finished in core/
modules/ simpletest/ simpletest.module - Implements callback_batch_finished().
- _user_cancel in core/
modules/ user/ user.module - Implements callback_batch_operation().