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. 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
MessageTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/MessageTest.php Returns the expected JSON:API document for the entity.
MessageTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/MessageTest.php Return the expected error message.
MessageTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/MessageTest.php Returns the JSON:API POST document.
MessageTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/MessageTest.php Sets up the necessary authorization.
MessageTest::testCollection function core/modules/jsonapi/tests/src/Functional/MessageTest.php Tests GETting a collection of resources.
MessageTest::testGetIndividual function core/modules/jsonapi/tests/src/Functional/MessageTest.php Tests GETting an individual resource, plus edge cases to ensure good DX.
MessageTest::testMessages function core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php Tests setting messages output.
MessageTest::testRelated function core/modules/jsonapi/tests/src/Functional/MessageTest.php Tests GET of the related resource of an individual resource.
MessageTest::testRelationships function core/modules/jsonapi/tests/src/Functional/MessageTest.php Tests CRUD of individual resource relationship data.
MessageTest::testRevisions function core/modules/jsonapi/tests/src/Functional/MessageTest.php Tests individual and collection revisions.
MessageViewBuilder class core/modules/contact/src/MessageViewBuilder.php Render controller for contact messages.
MessageViewBuilder.php file core/modules/contact/src/MessageViewBuilder.php
MessageViewBuilder::getBuildDefaults function core/modules/contact/src/MessageViewBuilder.php Provides entity-specific defaults to the build process.
MessageViewBuilder::view function core/modules/contact/src/MessageViewBuilder.php Builds the render array for the provided entity.
MessageXmlAnonTest class core/modules/contact/tests/src/Functional/Rest/MessageXmlAnonTest.php @group rest
MessageXmlAnonTest.php file core/modules/contact/tests/src/Functional/Rest/MessageXmlAnonTest.php
MessageXmlAnonTest::$defaultTheme property core/modules/contact/tests/src/Functional/Rest/MessageXmlAnonTest.php The theme to install as the default for testing.
MessageXmlAnonTest::$format property core/modules/contact/tests/src/Functional/Rest/MessageXmlAnonTest.php The format to use in this test.
MessageXmlAnonTest::$mimeType property core/modules/contact/tests/src/Functional/Rest/MessageXmlAnonTest.php The MIME type that corresponds to $format.
MessageXmlBasicAuthTest class core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php @group rest
MessageXmlBasicAuthTest.php file core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php
MessageXmlBasicAuthTest::$auth property core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php The authentication mechanism to use in this test.
MessageXmlBasicAuthTest::$defaultTheme property core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php The theme to install as the default for testing.
MessageXmlBasicAuthTest::$format property core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php The format to use in this test.
MessageXmlBasicAuthTest::$mimeType property core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php The MIME type that corresponds to $format.
MessageXmlBasicAuthTest::$modules property core/modules/contact/tests/src/Functional/Rest/MessageXmlBasicAuthTest.php Modules to install.
MessageXmlCookieTest class core/modules/contact/tests/src/Functional/Rest/MessageXmlCookieTest.php @group rest
MessageXmlCookieTest.php file core/modules/contact/tests/src/Functional/Rest/MessageXmlCookieTest.php
MessageXmlCookieTest::$auth property core/modules/contact/tests/src/Functional/Rest/MessageXmlCookieTest.php The authentication mechanism to use in this test.
MessageXmlCookieTest::$defaultTheme property core/modules/contact/tests/src/Functional/Rest/MessageXmlCookieTest.php The theme to install as the default for testing.
MessageXmlCookieTest::$format property core/modules/contact/tests/src/Functional/Rest/MessageXmlCookieTest.php The format to use in this test.
MessageXmlCookieTest::$mimeType property core/modules/contact/tests/src/Functional/Rest/MessageXmlCookieTest.php The MIME type that corresponds to $format.
message_test.info.yml file core/modules/migrate/tests/modules/message_test/message_test.info.yml core/modules/migrate/tests/modules/message_test/message_test.info.yml
Messenger::addMessage function core/lib/Drupal/Core/Messenger/Messenger.php Adds a new message to the queue.
Messenger::messagesByType function core/lib/Drupal/Core/Messenger/Messenger.php Gets all messages of a certain type.
MessengerInterface::addMessage function core/lib/Drupal/Core/Messenger/MessengerInterface.php Adds a new message to the queue.
MessengerInterface::messagesByType function core/lib/Drupal/Core/Messenger/MessengerInterface.php Gets all messages of a certain type.
MessengerTest::testRemoveSingleMessage function core/tests/Drupal/KernelTests/Core/Messenger/MessengerTest.php @covers ::addStatus[[api-linebreak]]
@covers ::deleteByType[[api-linebreak]]
@covers ::messagesByType[[api-linebreak]]
MigrateEntityContentValidationTest::$messages property core/modules/migrate/tests/src/Kernel/MigrateEntityContentValidationTest.php Messages accumulated during the migration run.
MigrateEntityContentValidationTest::mapMessageRecorder function core/modules/migrate/tests/src/Kernel/MigrateEntityContentValidationTest.php Reacts to map message event.
MigrateEvents::IDMAP_MESSAGE constant core/modules/migrate/src/Event/MigrateEvents.php Name of the event fired when saving a message to the ID map.
MigrateExecutable::$message property core/modules/migrate/src/MigrateExecutable.php Migration message service.
MigrateExecutable::saveMessage function core/modules/migrate/src/MigrateExecutable.php Passes messages through to the map class.
MigrateExecutableInterface::saveMessage function core/modules/migrate/src/MigrateExecutableInterface.php Passes messages through to the map class.
MigrateExecutableMemoryExceededTest::$message property core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php The mocked migrate message.
MigrateExecutableTest::$message property core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php The mocked migrate message.
MigrateIdMapInterface::clearMessages function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Clears all messages from the map.
MigrateIdMapInterface::getMessages function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Retrieves a traversable object of messages related to source records.
MigrateIdMapInterface::messageCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns the number of messages saved.
MigrateIdMapInterface::saveMessage function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Saves a message related to a source record in the migration message table.

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