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
EntityTestLabelResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelResourceTestBase.php Return the expected error message.
EntityTestMapFieldResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php Return the expected error message.
EntityTestMapFieldTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php Return the expected error message.
EntityTestResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php Return the expected error message.
EntityTestTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/EntityTestTest.php Return the expected error message.
EntityTypeConstraint::$message property core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraint.php The default violation message.
EntityUntranslatableFieldsConstraint::$defaultRevisionMessage property core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php
EntityUntranslatableFieldsConstraint::$defaultTranslationMessage property core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php
EntityValidationException::getViolationMessages function core/modules/migrate/src/Exception/EntityValidationException.php Returns the list of violation messages.
EntityValidationException::MESSAGES_SEPARATOR constant core/modules/migrate/src/Exception/EntityValidationException.php The separator for combining multiple messages into a single string.
EntityViewDisplayResourceTestBase::getExpectedUnauthorizedAccessMessage function core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php Return the expected error message.
EntityViewDisplayTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php Return the expected error message.
EntityWorkspaceConflictConstraint::$message property core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraint.php The default violation message.
ErrorHandlerTest::assertErrorMessage function core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php Helper function: assert that the error message is found.
ErrorHandlerTest::assertNoErrorMessage function core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php Helper function: assert that the error message is not found.
ErrorHandlerTest::assertNoMessages function core/modules/system/tests/src/Functional/System/ErrorHandlerTest.php Asserts that no messages are printed onto the page.
EventBase::$message property core/modules/migrate/src/Event/EventBase.php The current message service.
EventBase::logMessage function core/modules/migrate/src/Event/EventBase.php Logs a message using the Migrate message service.
EventBaseTest::testLogMessage function core/modules/migrate/tests/src/Unit/Event/EventBaseTest.php Test logging a message.
ExpectDeprecationTrait::addExpectedDeprecationMessage function core/tests/Drupal/Tests/Traits/ExpectDeprecationTrait.php Sets an expected deprecation message.
FeedDeleteForm::getDeletionMessage function core/modules/aggregator/src/Form/FeedDeleteForm.php
FeedResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php Return the expected error message.
FeedTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/FeedTest.php Return the expected error message.
FeedTitleConstraint::$message property core/modules/aggregator/src/Plugin/Validation/Constraint/FeedTitleConstraint.php
FeedUrlConstraint::$message property core/modules/aggregator/src/Plugin/Validation/Constraint/FeedUrlConstraint.php
FieldConfigResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php Return the expected error message.
FieldConfigTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php Return the expected error message.
FieldStorageConfigResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php Return the expected error message.
FieldStorageConfigTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php Return the expected error message.
FieldWidgetConstraint::$message property core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraint.php
FileFieldValidateTest::testAjaxValidationMessage function core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php Test the validation message is displayed only once for ajax uploads.
FileResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php Return the expected error message.
FileTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/FileTest.php Return the expected error message.
FileUploadResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php Return the expected error message.
FileUploadTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/FileUploadTest.php Return the expected error message.
FileUriUnique::$message property core/modules/file/src/Plugin/Validation/Constraint/FileUriUnique.php
FormattableMarkupTest::$lastErrorMessage property core/tests/Drupal/Tests/Component/Render/FormattableMarkupTest.php The error message of the last error in the error handler.
FormElementInlineErrorTest::testDisplayErrorMessagesNotInline function core/modules/inline_form_errors/tests/src/Kernel/FormElementInlineErrorTest.php Tests that no inline form errors are shown when disabled for a form.
FormErrorHandler::displayErrorMessages function core/modules/inline_form_errors/src/FormErrorHandler.php Loops through and displays all form errors.
FormErrorHandler::displayErrorMessages function core/lib/Drupal/Core/Form/FormErrorHandler.php Loops through and displays all form errors.
FormErrorHandlerTest::testDisplayErrorMessages function core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php @covers ::handleFormErrors
@covers ::displayErrorMessages
FormErrorHandlerTest::testErrorMessagesInline function core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php @covers ::handleFormErrors
@covers ::displayErrorMessages
@covers ::setElementErrorsFromFormState
FormErrorHandlerTest::testErrorMessagesNotInline function core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php Tests that opting out of Inline Form Errors works.
FormValidationMessageOrderTest class core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php Tests form validation messages are displayed in the same order as the fields.
FormValidationMessageOrderTest.php file core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php
FormValidationMessageOrderTest::buildForm function core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php Form constructor.
FormValidationMessageOrderTest::getFormId function core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php Returns a unique string identifying the form.
FormValidationMessageOrderTest::submitForm function core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php Form submission handler.
FormValidationMessageOrderTest::testLimitValidationErrors function core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php Tests that fields validation messages are sorted in the fields order.
FormValidationMessageOrderTest::validateForm function core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php Form validation handler.

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