Search for message
- Search 7.x for message
- Search 9.5.x for message
- Search 8.9.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 |
|---|---|---|---|
| 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. |
| MessageTest::getExpectedDocument | function | core/ |
Returns the expected JSON:API document for the entity. |
| MessageTest::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
| MessageTest::getPostDocument | function | core/ |
Returns the JSON:API POST document. |
| MessageTest::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
| MessageTest::testCollection | function | core/ |
Tests GETting a collection of resources. |
| MessageTest::testGetIndividual | function | core/ |
Tests GETting an individual resource, plus edge cases to ensure good DX. |
| MessageTest::testMessages | function | core/ |
Tests setting messages output. |
| MessageTest::testRelated | function | core/ |
Tests GET of the related resource of an individual resource. |
| MessageTest::testRelationships | function | core/ |
Tests CRUD of individual resource relationship data. |
| MessageTest::testRevisions | function | core/ |
Tests individual and collection revisions. |
| MessageViewBuilder | class | core/ |
Render controller for contact messages. |
| MessageViewBuilder.php | file | core/ |
|
| MessageViewBuilder::getBuildDefaults | function | core/ |
Provides entity-specific defaults to the build process. |
| MessageViewBuilder::view | function | core/ |
Builds the render array for the provided entity. |
| MessageXmlAnonTest | class | core/ |
@group rest |
| MessageXmlAnonTest.php | file | core/ |
|
| MessageXmlAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| MessageXmlAnonTest::$format | property | core/ |
The format to use in this test. |
| MessageXmlAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| MessageXmlBasicAuthTest | class | core/ |
@group rest |
| MessageXmlBasicAuthTest.php | file | core/ |
|
| MessageXmlBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
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.