Search for message
- Search 7.x for message
- Search 9.5.x for message
- Search 8.9.x for message
- Search 10.3.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::getSubscribedEvents | function | composer/ |
|
MessagePlugin::uninstall | function | composer/ |
|
MessageResourceTestBase | class | core/ |
Resource test base for the ContactMessage entity. |
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. |
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/ |
Tests 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/ |
Styling for messages in the off-canvas dialog. |
messages.css | file | core/ |
Messages. |
messages.css | file | core/ |
/* * 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/ |
Styles for system messages. |
messages.pcss.css | file | core/ |
Styling for messages in the off-canvas dialog. |
messages.pcss.css | file | core/ |
Messages. |
messages.pcss.css | file | core/ |
/** * 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/ |
|
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[[api-linebreak]] @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. |
MessageTest::$modules | property | core/ |
Modules to install. |
MessageTest::$modules | property | core/ |
Modules to install. |
MessageTest::$resourceTypeName | property | core/ |
The name of the tested JSON:API resource type. |
MessageTest::createEntity | function | core/ |
Creates the entity to be tested. |
MessageTest::doTestDeleteIndividual | function | core/ |
Tests DELETEing an individual resource, plus edge cases to ensure good DX. |
MessageTest::doTestPatchIndividual | function | core/ |
Tests PATCHing an individual resource, plus edge cases to ensure good DX. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.