Search for message

  1. Search 7.x for message
  2. Search 9.5.x for message
  3. Search 8.9.x for message
  4. Search 10.3.x for message
  5. Search 11.x for message
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Message class composer/Plugin/ProjectMessage/Message.php Determine configuration.
Message class core/modules/contact/src/Entity/Message.php Defines the contact message entity.

All search results

Title Object type File name Summary
SessionTestController::setMessage function core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php Sets a message to me displayed on the following page.
SessionTestController::setMessageButDoNotSave function core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php Sets a message but call drupal_save_session(FALSE).
SettingsTrayBlockFormTest::testValidationMessages function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php Tests that validation errors appear in the off-canvas dialog.
ShortcutResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php Return the expected error message.
ShortcutSetResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php Return the expected error message.
ShortcutSetTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php Return the expected error message.
ShortcutTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/ShortcutTest.php Return the expected error message.
SkipOnEmptyTest::testRowSkipWithMessage function core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php Tests that a skip row exception with a message is raised.
SkipOnEmptyTest::testRowSkipWithoutMessage function core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php Tests that a skip row exception without a message is raised.
SkipOp::$message property composer/Plugin/Scaffold/Operations/SkipOp.php The message to output while processing.
SkipRowIfNotSetTest::testRowSkipWithMessage function core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php Tests that a skip row exception with a message is raised.
SkipRowIfNotSetTest::testRowSkipWithoutMessage function core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php Tests that a skip row exception without a message is raised.
SourceEditingRedundantTagsConstraintValidator::pluginsSupplyingTagsMessage function core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingRedundantTagsConstraintValidator.php Creates a message listing plugins and the overlapping tags they provide.
Sql::$message property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The migrate message service.
Sql::$messageTableName property core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The message table name.
Sql::clearMessages function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Clears all messages from the map.
Sql::getMessages function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Retrieves a traversable object of messages related to source records.
Sql::messageCount function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Returns the number of messages saved.
Sql::messageTableName function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The name of the database message table.
Sql::saveMessage function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Saves a message related to a source record in the migration message table.
Sql::setMessage function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Sets the migrate message service.
status-messages.html.twig file core/profiles/demo_umami/themes/umami/templates/components/messages/status-messages.html.twig Theme override for status messages.
status-messages.html.twig file core/themes/olivero/templates/misc/status-messages.html.twig Theme override for status messages.
status-messages.html.twig file core/themes/stable9/templates/media-library/status-messages.html.twig Theme override for status messages.
status-messages.html.twig file core/themes/claro/templates/misc/status-messages.html.twig Theme override for status messages.
status-messages.html.twig file core/themes/starterkit_theme/templates/misc/status-messages.html.twig Theme override for status messages.
status-messages.html.twig file core/modules/system/tests/themes/test_messages/templates/status-messages.html.twig Test templates file with extra messages div.
status-messages.html.twig file core/modules/system/templates/status-messages.html.twig Default theme implementation for status messages.
StatusMessages class core/lib/Drupal/Core/Render/Element/StatusMessages.php Provides a messages element.
StatusMessages.php file core/lib/Drupal/Core/Render/Element/StatusMessages.php
StatusMessages::generatePlaceholder function core/lib/Drupal/Core/Render/Element/StatusMessages.php Render API callback: Generates a placeholder.
StatusMessages::getInfo function core/lib/Drupal/Core/Render/Element/StatusMessages.php Generate the placeholder in a #pre_render callback, because the hash salt
needs to be accessed, which may not yet be available when this is called.
StatusMessages::renderMessages function core/lib/Drupal/Core/Render/Element/StatusMessages.php Render API callback: Replaces placeholder with messages.
SuperUserAccessInstallTest::NO_ACCESS_MESSAGE constant core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php Message when the logged-in user does not have admin access after install.
Symfony\Component\Mailer\Messenger\MessageHandler service core/modules/mailer/mailer.services.yml
system-security-advisories-fetch-error-message.html.twig file core/themes/stable9/templates/admin/system-security-advisories-fetch-error-message.html.twig Theme override for the message when fetching security advisories fails.
system-security-advisories-fetch-error-message.html.twig file core/modules/system/templates/system-security-advisories-fetch-error-message.html.twig Default theme implementation for the message when fetching security advisories fails.
SystemAdminThemePreprocess::preprocessSystemSecurityAdvisoriesFetchErrorMessage function core/modules/system/src/Theme/SystemAdminThemePreprocess.php Prepares variables for security advisories fetch error message templates.
SystemMessagesBlock class core/modules/system/src/Plugin/Block/SystemMessagesBlock.php Provides a block to display the messages.
SystemMessagesBlock.php file core/modules/system/src/Plugin/Block/SystemMessagesBlock.php
SystemMessagesBlock::build function core/modules/system/src/Plugin/Block/SystemMessagesBlock.php Builds and returns the renderable array for this block plugin.
SystemMessagesBlock::defaultConfiguration function core/modules/system/src/Plugin/Block/SystemMessagesBlock.php Gets default configuration for this plugin.
SystemMessagesBlock::getCacheMaxAge function core/modules/system/src/Plugin/Block/SystemMessagesBlock.php The maximum age for which this object may be cached.
SystemTestController::statusMessagesForAssertions function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Sets messages for testing the WebAssert methods related to messages.
TableTest::testThemeTableWithEmptyMessage function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests the display of the table header.
template_preprocess_system_security_advisories_fetch_error_message function core/modules/system/system.module Prepares variables for security advisories fetch error message templates.
TermDeleteForm::getDeletionMessage function core/modules/taxonomy/src/Form/TermDeleteForm.php
TermResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php Return the expected error message.
TermTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/TermTest.php Return the expected error message.
TestSqlIdMap::$message property core/modules/migrate/tests/src/Unit/TestSqlIdMap.php The migrate message service.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.