Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
MessagePlugin::$io property composer/Plugin/ProjectMessage/MessagePlugin.php IO object.
MessagePlugin::activate function composer/Plugin/ProjectMessage/MessagePlugin.php
MessagePlugin::deactivate function composer/Plugin/ProjectMessage/MessagePlugin.php
MessagePlugin::displayPostCreateMessage function composer/Plugin/ProjectMessage/MessagePlugin.php
MessagePlugin::getSubscribedEvents function composer/Plugin/ProjectMessage/MessagePlugin.php
MessagePlugin::uninstall function composer/Plugin/ProjectMessage/MessagePlugin.php
MessageResourceTestBase class core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Resource test base for the ContactMessage entity.
MessageResourceTestBase.php file core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php
MessageResourceTestBase::$entity property core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php The Message entity.
MessageResourceTestBase::$entityTypeId property core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php The tested entity type.
MessageResourceTestBase::$labelFieldName property core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Optionally specify which field is the 'label' field.
MessageResourceTestBase::$modules property core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Modules to install.
MessageResourceTestBase::createEntity function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Creates the entity to be tested.
MessageResourceTestBase::doTestDelete function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Tests a DELETE request for an entity, plus edge cases to ensure good DX.
MessageResourceTestBase::doTestGet function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Tests a GET request for an entity, plus edge cases to ensure good DX.
MessageResourceTestBase::doTestPatch function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Tests a PATCH request for an entity, plus edge cases to ensure good DX.
MessageResourceTestBase::getExpectedNormalizedEntity function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Returns the expected normalization of the entity.
MessageResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Return the expected error message.
MessageResourceTestBase::getNormalizedPostEntity function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Returns the normalized POST entity.
MessageResourceTestBase::setUpAuthorization function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Sets up the necessary authorization.
Messages class core/modules/views/src/Plugin/views/area/Messages.php Provides an area for messages.
messages.css file core/modules/system/tests/themes/test_base_theme/css/components/messages.css /*
* Base theme messages fixture.
*/
messages.css file core/themes/admin/css/components/messages.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/

/**
* Messages.
*
* @todo revisit this after https://www.drupal.org/project/drupal/issues/3078400
* …
messages.css file core/themes/default_admin/css/components/messages.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/

/**
* Messages.
*
* @todo revisit this after https://www.drupal.org/project/drupal/issues/3078400
* …
messages.css file core/misc/dialog/off-canvas/css/messages.css Styling for messages in the off-canvas dialog.
messages.css file core/themes/olivero/css/components/messages.css Messages.
messages.css file core/themes/claro/css/components/messages.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/

/**
* Messages.
*
* @todo revisit this after https://www.drupal.org/project/drupal/issues/3078400
* …
messages.css file core/themes/starterkit_theme/css/components/messages.css Styles for system messages.
messages.css file core/profiles/demo_umami/themes/umami/css/components/messages/messages.css Styles for system messages.
messages.pcss.css file core/misc/dialog/off-canvas/css/messages.pcss.css Styling for messages in the off-canvas dialog.
messages.pcss.css file core/themes/olivero/css/components/messages.pcss.css Messages.
messages.pcss.css file core/themes/claro/css/components/messages.pcss.css /**
* Messages.
*
* @todo revisit this after https://www.drupal.org/project/drupal/issues/3078400
* has been resolved.
*/

:root {
--messages-bg-color: #353641;
--messages-fg-color: var(--color-white);
--messages-border-radius: 2px;
messages.pcss.css file core/themes/default_admin/css/components/messages.pcss.css /**
* Messages.
*
* @todo revisit this after https://www.drupal.org/project/drupal/issues/3078400
* has been resolved.
*/

.messages-list {
margin: 0;
padding: 0;
list-style: none;
}

.field .messages-list,
.form-wrapper .messages-list {
messages.pcss.css file core/themes/admin/css/components/messages.pcss.css /**
* Messages.
*
* @todo revisit this after https://www.drupal.org/project/drupal/issues/3078400
* has been resolved.
*/

:root {
--messages-bg-color: #353641;
--messages-fg-color: var(--color-white);
--messages-border-radius: 2px;
Messages.php file core/modules/views/src/Plugin/views/area/Messages.php
Messages::defineOptions function core/modules/views/src/Plugin/views/area/Messages.php Information about options for all kinds of purposes will be held here.
Messages::render function core/modules/views/src/Plugin/views/area/Messages.php Render the area.
MessagesBlockPluginInterface interface core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php The interface for "messages" (#type => status_messages) blocks.
MessagesBlockPluginInterface.php file core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php
MessagesTest class core/modules/views/tests/src/Unit/Plugin/area/MessagesTest.php Tests Drupal\views\Plugin\views\area\Messages.
MessagesTest.php file core/modules/views/tests/src/Unit/Plugin/area/MessagesTest.php
MessagesTest::$messagesHandler property core/modules/views/tests/src/Unit/Plugin/area/MessagesTest.php The message handler.
MessagesTest::$view property core/modules/views/tests/src/Unit/Plugin/area/MessagesTest.php The view executable object.
MessagesTest::setUp function core/modules/views/tests/src/Unit/Plugin/area/MessagesTest.php
MessagesTest::testRender function core/modules/views/tests/src/Unit/Plugin/area/MessagesTest.php Tests the render method.
MessageTest class core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php Tests built-in message theme functions.
MessageTest class core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php JSON:API integration test for the "Message" content entity type.
MessageTest.php file core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php
MessageTest.php file core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php
MessageTest::$defaultTheme property core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php The theme to install as the default for testing.

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