Search for message

  1. Search 7.x for message
  2. Search 9.5.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::assertMessagesDisplayed function core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php Asserts that the validation messages are shown correctly.
BlockFormMessagesTest::clickElementWhenClickable function core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php Attempts to click an element until it is in a clickable state.
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.
CKEditorIntegrationTest::testErrorMessages function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests that failed media embed preview requests inform the end user.
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/tests/Drupal/FunctionalTests/Theme/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 Test 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.
ContactFormInterface::setMessage function core/modules/contact/src/ContactFormInterface.php Sets the message to be displayed to the user.
ContactFormResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php Return the expected error message.
ContactFormTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/ContactFormTest.php Return the expected error message.
ContactMessageAccessControlHandler class core/modules/contact/src/ContactMessageAccessControlHandler.php Defines the access control handler for the message form entity type.
ContactMessageAccessControlHandler.php file core/modules/contact/src/ContactMessageAccessControlHandler.php
ContactMessageAccessControlHandler::checkCreateAccess function core/modules/contact/src/ContactMessageAccessControlHandler.php Performs create access checks.
ContactMessageResource class core/modules/contact/src/Plugin/rest/resource/ContactMessageResource.php Customizes the entity REST Resource plugin for Contact's Message entities.
ContactMessageResource.php file core/modules/contact/src/Plugin/rest/resource/ContactMessageResource.php
ContactMessageResource::availableMethods function core/modules/contact/src/Plugin/rest/resource/ContactMessageResource.php Returns the available HTTP request methods on this plugin.
ContactPersonalTest::testSendPersonalContactMessage function core/modules/contact/tests/src/Functional/ContactPersonalTest.php Tests that mails for contact messages are correctly sent.
contact_post_update_add_message_redirect_field_to_contact_form function core/modules/contact/contact.post_update.php Initialize 'message' and 'redirect' field values to 'contact_form' entities.
ContentEntityDeleteForm::getDeletionMessage function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
ContentEntityDeleteForm::logDeletionMessage function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
ContentTranslationSynchronizedFieldsConstraint::$defaultRevisionMessage property core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php
ContentTranslationSynchronizedFieldsConstraint::$defaultTranslationMessage property core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php

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