Search for message

  1. Search 7.x for message
  2. Search 8.9.x for message
  3. Search 10.3.x for message
  4. Search 11.x for message
  5. 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
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 enable.
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.
BlockResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/block/tests/src/Functional/Rest/BlockResourceTestBase.php Return the expected error message.
BlockTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/BlockTest.php Return the expected error message.
BookOutlineConstraint::$message property core/modules/book/src/Plugin/Validation/Constraint/BookOutlineConstraint.php
Broken::brokenMessage function core/lib/Drupal/Core/Block/Plugin/Block/Broken.php Generate message with debugging information as to why the block is broken.
BulkForm::emptySelectedMessage function core/modules/views/src/Plugin/views/field/BulkForm.php Returns the message to be displayed when there are no selected items.
BundleConstraint::$message property core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/BundleConstraint.php The default violation message.
ckeditor5.stylesheets.message service core/modules/ckeditor5/ckeditor5.services.yml Drupal\ckeditor5\CKEditor5StylesheetsMessage
CKEditor5::$stylesheetsMessage property core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php The ckeditor_stylesheets message utility.
CKEditor5ElementConstraint::$message property core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5ElementConstraint.php The default violation message.
CKEditor5ElementConstraint::$missingRequiredAttributeMessage property core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5ElementConstraint.php Violation message when a required attribute is missing.
CKEditor5ElementConstraint::$requiredAttributeMinValuesMessage property core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5ElementConstraint.php Violation message when a required attribute does not allow enough values.
CKEditor5MediaAndFilterSettingsInSyncConstraint::$message property core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraint.php The default violation message.
CKEditor5StylesheetsMessage class core/modules/ckeditor5/src/CKEditor5StylesheetsMessage.php Messaging for themes using the ckeditor_stylesheets setting.
CKEditor5StylesheetsMessage.php file core/modules/ckeditor5/src/CKEditor5StylesheetsMessage.php
CKEditor5StylesheetsMessage::$configFactory property core/modules/ckeditor5/src/CKEditor5StylesheetsMessage.php The config factory.
CKEditor5StylesheetsMessage::$themeHandler property core/modules/ckeditor5/src/CKEditor5StylesheetsMessage.php The theme handler.
CKEditor5StylesheetsMessage::checkForStylesheetsEquivalent function core/modules/ckeditor5/src/CKEditor5StylesheetsMessage.php Checks themes using ckeditor_stylesheets for CKEditor 5 equivalents.
CKEditor5StylesheetsMessage::getWarning function core/modules/ckeditor5/src/CKEditor5StylesheetsMessage.php Generates a warning related to ckeditor_stylesheets.
CKEditor5StylesheetsMessage::__construct function core/modules/ckeditor5/src/CKEditor5StylesheetsMessage.php Constructs a new CKEditor5StylesheetsMessage.
ClaroPasswordConfirmWidgetTest::testPasswordConfirmMessage function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroPasswordConfirmWidgetTest.php Tests that password match message is invisible when widget is initialized.
ClaroPreRender::messagePlaceholder function core/themes/claro/src/ClaroPreRender.php Prerender callback for status_messages placeholder.
claro_preprocess_status_messages function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for status_messages.
ClassyTest::testRegressionMissingMessagesCss function core/themes/classy/tests/src/Functional/ClassyTest.php Tests that the Classy theme always adds its message CSS.
CommentBulkForm::emptySelectedMessage function core/modules/comment/src/Plugin/views/field/CommentBulkForm.php Returns the message to be displayed when there are no selected items.
CommentManager::forbiddenMessage function core/modules/comment/src/CommentManager.php Provides a message if posting comments is forbidden.
CommentManagerInterface::forbiddenMessage function core/modules/comment/src/CommentManagerInterface.php Provides a message if posting comments is forbidden.
CommentNameConstraint::$messageMatch property core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraint.php Message shown when the name doesn't match the author's name.
CommentNameConstraint::$messageNameTaken property core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraint.php Message shown when an anonymous user comments using a registered name.
CommentNameConstraint::$messageRequired property core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraint.php Message shown when an admin changes the comment-author to an invalid user.
CommentResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php Return the expected error message.
CommentTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/CommentTest.php Return the expected error message.
ComposerHookTest::testScaffoldMessagesDoNotPrintTwice function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php Tests to see if scaffold messages are omitted when running scaffold twice.
ConfigImporterTest::FAIL_MESSAGE constant core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php The beginning of an import validation error.
ConfigTest::provideGetMessageText function core/tests/Drupal/Tests/Composer/Plugin/ProjectMessage/ConfigTest.php
ConfigTest::testGetMessageText function core/tests/Drupal/Tests/Composer/Plugin/ProjectMessage/ConfigTest.php @dataProvider provideGetMessageText
@covers ::getText
ConfigTestResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php Return the expected error message.
ConfigTestTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php Return the expected error message.
ConfirmDeleteMultiple::getDeletedMessage function core/modules/comment/src/Form/ConfirmDeleteMultiple.php Returns the message to show the user after an item was deleted.
ConfirmDeleteMultiple::getInaccessibleMessage function core/modules/comment/src/Form/ConfirmDeleteMultiple.php Returns the message to show the user when an item has not been deleted.
ConstraintViolationBuilder::$message property core/lib/Drupal/Core/TypedData/Validation/ConstraintViolationBuilder.php The violation message.
ContactForm::$message property core/modules/contact/src/Entity/ContactForm.php The message displayed to user on form submission.
ContactForm::getMessage function core/modules/contact/src/Entity/ContactForm.php Returns the message to be displayed to user.
ContactForm::setMessage function core/modules/contact/src/Entity/ContactForm.php Sets the message to be displayed to the user.
ContactFormInterface::getMessage function core/modules/contact/src/ContactFormInterface.php Returns the message to be displayed to user.

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