AdminUiTest::testMessagesDoNotAccumulate |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php |
Ensure CKEditor 5 admin UI's real-time validation errors do not accumulate. |
AjaxTestMessageCommandForm |
class |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php |
Form for testing AJAX MessageCommand. |
AjaxTestMessageCommandForm.php |
file |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php |
|
AjaxTestMessageCommandForm::buildForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php |
Form constructor. |
AjaxTestMessageCommandForm::getFormId |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php |
Returns a unique string identifying the form. |
AjaxTestMessageCommandForm::makeMessageAlternate |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php |
Callback for testing MessageCommand using an alternate message location. |
AjaxTestMessageCommandForm::makeMessageDefault |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php |
Callback for testing MessageCommand with default settings. |
AjaxTestMessageCommandForm::makeMessageWarning |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php |
Callback for testing MessageCommand with warning status. |
AjaxTestMessageCommandForm::submitForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php |
Form submission handler. |
AjaxTestMessageCommandForm::validateForm |
function |
core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php |
Form validation handler. |
Analyzer::formatMessage |
function |
core/modules/views/src/Analyzer.php |
Formats an analysis message. |
Analyzer::formatMessages |
function |
core/modules/views/src/Analyzer.php |
Formats the analyze result into a message string. |
Analyzer::getMessages |
function |
core/modules/views/src/Analyzer.php |
Analyzes a review and return the results. |
AreaDisplayLinkTest::assertNoWarningMessages |
function |
core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php |
Assert no warning messages are shown when all display are equal. |
AreaDisplayLinkTest::assertWarningMessages |
function |
core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php |
Assert the warning messages are shown after changing the page_1 display. |
AreaMessagesTest |
class |
core/modules/views/tests/src/Kernel/Handler/AreaMessagesTest.php |
Tests the messages area handler. |
AreaMessagesTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/AreaMessagesTest.php |
|
AreaMessagesTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/AreaMessagesTest.php |
Views used by this test. |
AreaMessagesTest::testMessageText |
function |
core/modules/views/tests/src/Kernel/Handler/AreaMessagesTest.php |
Tests the messages area handler. |
BaseFieldOverrideResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/tests/Drupal/FunctionalTests/Rest/BaseFieldOverrideResourceTestBase.php |
|
BaseFieldOverrideTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/jsonapi/tests/src/Functional/BaseFieldOverrideTest.php |
Return the expected error message. |
BasicAuthTest::testUnauthorizedErrorMessage |
function |
core/modules/basic_auth/tests/src/Functional/BasicAuthTest.php |
Tests if a comprehensive message is displayed when the route is denied. |
BatchBuilder::$errorMessage |
property |
core/lib/Drupal/Core/Batch/BatchBuilder.php |
The message to be shown if a problem occurs. |
BatchBuilder::$initMessage |
property |
core/lib/Drupal/Core/Batch/BatchBuilder.php |
The initializing message for the batch. |
BatchBuilder::$progressMessage |
property |
core/lib/Drupal/Core/Batch/BatchBuilder.php |
The message to be shown while the batch is in progress. |
BatchBuilder::setErrorMessage |
function |
core/lib/Drupal/Core/Batch/BatchBuilder.php |
Sets the message to display if an error occurs while processing. |
BatchBuilder::setInitMessage |
function |
core/lib/Drupal/Core/Batch/BatchBuilder.php |
Sets the displayed message while processing is initialized. |
BatchBuilder::setProgressMessage |
function |
core/lib/Drupal/Core/Batch/BatchBuilder.php |
Sets the message to display when the batch is being processed. |
BatchBuilderTest::testSetErrorMessage |
function |
core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php |
Tests setErrorMessage(). |
BatchBuilderTest::testSetInitMessage |
function |
core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php |
Tests setInitMessage(). |
BatchBuilderTest::testSetProgressMessage |
function |
core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php |
Tests setProgressMessage(). |
BigPipeRegressionTest::testMessages_2712935 |
function |
core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php |
Ensure messages set in placeholders always appear. |
block--system-messages-block.html.twig |
file |
core/themes/stable9/templates/block/block--system-messages-block.html.twig |
Theme override for the messages block. |
block--system-messages-block.html.twig |
file |
core/modules/system/templates/block--system-messages-block.html.twig |
Default theme implementation for the messages block. |
block.block.claro_messages.yml |
file |
core/themes/claro/config/optional/block.block.claro_messages.yml |
core/themes/claro/config/optional/block.block.claro_messages.yml |
block.block.olivero_messages.yml |
file |
core/themes/olivero/config/optional/block.block.olivero_messages.yml |
core/themes/olivero/config/optional/block.block.olivero_messages.yml |
block.block.stark_messages.yml |
file |
core/tests/fixtures/config_install/testing_config_install/block.block.stark_messages.yml |
core/tests/fixtures/config_install/testing_config_install/block.block.stark_messages.yml |
block.block.stark_messages.yml |
file |
core/tests/fixtures/config_install/multilingual/block.block.stark_messages.yml |
core/tests/fixtures/config_install/multilingual/block.block.stark_messages.yml |
block.block.stark_messages.yml |
file |
core/profiles/minimal/config/install/block.block.stark_messages.yml |
core/profiles/minimal/config/install/block.block.stark_messages.yml |
block.block.umami_messages.yml |
file |
core/profiles/demo_umami/config/install/block.block.umami_messages.yml |
core/profiles/demo_umami/config/install/block.block.umami_messages.yml |
BlockContentResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php |
|
BlockContentTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/jsonapi/tests/src/Functional/BlockContentTest.php |
Return the expected error message. |
BlockDeleteForm::getDeletionMessage |
function |
core/modules/block/src/Form/BlockDeleteForm.php |
Gets the message to display to the user after deleting the entity. |
BlockFormMessagesTest |
class |
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php |
Tests that messages appear in the off-canvas dialog with configuring blocks. |
BlockFormMessagesTest.php |
file |
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php |
|
BlockFormMessagesTest::$defaultTheme |
property |
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php |
The theme to install as the default for testing. |
BlockFormMessagesTest::$modules |
property |
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php |
Modules to install. |
BlockFormMessagesTest::assertMessagesDisplayed |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php |
Asserts that the validation messages are shown correctly. |
BlockFormMessagesTest::setUp |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php |
|
BlockFormMessagesTest::testValidationMessage |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php |
Tests that validation messages are shown on the block form. |