BlockRebuildTest::testRebuildInvalidBlocks in core/modules/block/tests/src/Kernel/BlockRebuildTest.php
@covers ::block_rebuild
BlockRebuildTest::testRebuildNoBlocks in core/modules/block/tests/src/Kernel/BlockRebuildTest.php
@covers ::block_rebuild
BlockRebuildTest::testRebuildNoInvalidBlocks in core/modules/block/tests/src/Kernel/BlockRebuildTest.php
@covers ::block_rebuild
ConfigImporterBatch::finish in core/lib/Drupal/Core/Config/Importer/ConfigImporterBatch.php
Finish batch.
drupal_get_messages in core/includes/bootstrap.inc
Returns all messages that have been set with drupal_set_message().
drupal_set_message in core/includes/bootstrap.inc
Sets a message to display to the user.
ElementsTableSelectTest::formSubmitHelper in core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
Helper function for the option check test to submit a form while collecting errors.
FormTest::testRequiredFields in core/modules/system/tests/src/Functional/Form/FormTest.php
Check several empty values for required forms elements.
FormTestControllerObject::create in core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php
Instantiates a new instance of this class.
FormValidationMessageOrderTest::testLimitValidationErrors in core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php
Tests that fields validation messages are sorted in the fields order.
install_config_import_batch in core/includes/install.core.inc
Creates a batch for the config importer to process.
install_config_revert_install_changes in core/includes/install.core.inc
Reverts configuration if hook_install() implementations have made changes.
MailTest::testErrorMessageDisplay in core/modules/system/tests/src/Kernel/Mail/MailTest.php
Assert that the pluggable mail system is functional.
MessageTest::testMessages in core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php
Tests setting messages output.
MessengerLegacyTest::testMessages in core/tests/Drupal/KernelTests/Core/Messenger/MessengerLegacyTest.php
@covers \Drupal::messenger @covers ::getMessengerService @covers ::all @covers ::addMessage @covers ::addError @covers ::addStatus @covers ::addWarning
MessengerTrait::messenger in core/lib/Drupal/Core/Messenger/MessengerTrait.php
Gets the messenger.
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.
RenderPlaceholderMessageTestController::setAndLogMessage in core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php
#lazy_builder callback; sets and prints a message.
TestClass::onKernelRequestTest in core/modules/system/tests/modules/service_provider_test/src/TestClass.php
A simple kernel listener method.
View::render in core/modules/views/src/Plugin/views/area/View.php
Render the area.