Search for message
- Search 7.x for message
- Search 9.5.x for message
- Search 10.3.x for message
- Search 11.x for message
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Message | class | composer/ |
Determine configuration. |
Message | class | core/ |
Defines the contact message entity. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
MessagePlugin::$io | property | composer/ |
IO object. |
MessagePlugin::activate | function | composer/ |
|
MessagePlugin::deactivate | function | composer/ |
|
MessagePlugin::displayPostCreateMessage | function | composer/ |
|
MessagePlugin::getSubscribedEvents | function | composer/ |
|
MessagePlugin::uninstall | function | composer/ |
|
MessageResourceTestBase | class | core/ |
|
MessageResourceTestBase | class | core/ |
|
MessageResourceTestBase.php | file | core/ |
|
MessageResourceTestBase.php | file | core/ |
|
MessageResourceTestBase::$entity | property | core/ |
The Message entity. |
MessageResourceTestBase::$entityTypeId | property | core/ |
The tested entity type. |
MessageResourceTestBase::$labelFieldName | property | core/ |
Optionally specify which field is the 'label' field. Some entities specify a 'label_callback', but not a 'label' entity key. For example: User. |
MessageResourceTestBase::$modules | property | core/ |
Modules to install. |
MessageResourceTestBase::createEntity | function | core/ |
Creates the entity to be tested. |
MessageResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
MessageResourceTestBase::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
MessageResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
MessageResourceTestBase::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
MessageResourceTestBase::testDelete | function | core/ |
Tests a DELETE request for an entity, plus edge cases to ensure good DX. |
MessageResourceTestBase::testGet | function | core/ |
Test a GET request for an entity, plus edge cases to ensure good DX. |
MessageResourceTestBase::testPatch | function | core/ |
Tests a PATCH request for an entity, plus edge cases to ensure good DX. |
Messages | class | core/ |
Provides an area for messages. |
messages.css | file | core/ |
Styles for system messages. |
messages.css | file | core/ |
/** * Messages. */ .messages { margin: 9px 0 10px 8px; /* LTR */ } [dir="rtl"] .messages { margin: 9px 8px 10px 0; } .messages pre { margin: 0; } .messages h1, .messages .heading-a, .messages h2, .messages .heading-b, .messages… |
messages.css | file | core/ |
Styles for system messages. |
messages.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/2815083 * @preserve */ /** * Messages. * * @todo revisit this after https://www.drupal.org/project/drupal/issues/3078400 * … |
messages.css | file | core/ |
Styles for Bartik's messages. |
messages.css | file | core/ |
Styles for system messages. |
messages.css | file | core/ |
Styles for system messages. |
messages.pcss.css | file | core/ |
/** * Messages. * * @todo revisit this after https://www.drupal.org/project/drupal/issues/3078400 * has been resolved. */ @import "../base/variables.pcss.css"; :root { --messages-bg-color: #353641; --messages-fg-color:… |
Messages.php | file | core/ |
|
Messages::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
Messages::render | function | core/ |
Render the area. |
MessagesBlockPluginInterface | interface | core/ |
The interface for "messages" (#type => status_messages) blocks. |
MessagesBlockPluginInterface.php | file | core/ |
|
MessagesTest | class | core/ |
@coversDefaultClass \Drupal\views\Plugin\views\area\Messages @group views |
MessagesTest.php | file | core/ |
|
MessagesTest::$messagesHandler | property | core/ |
The message handler. |
MessagesTest::$view | property | core/ |
The view executable object. |
MessagesTest::setUp | function | core/ |
|
MessagesTest::testRender | function | core/ |
Tests the render method. |
MessageTest | class | core/ |
JSON:API integration test for the "Message" content entity type. |
MessageTest | class | core/ |
Tests built-in message theme functions. |
MessageTest.php | file | core/ |
|
MessageTest.php | file | core/ |
|
MessageTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
MessageTest::$entity | property | core/ |
|
MessageTest::$entityTypeId | property | core/ |
The tested entity type. |
MessageTest::$labelFieldName | property | core/ |
Specify which field is the 'label' field for testing a POST edge case. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.