Search for message
- Search 9.5.x for message
- Search 8.9.x for message
- Search 10.3.x for message
- Search 11.x for message
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
BatchProcessingTestCase::assertBatchMessages | function | modules/ |
Will trigger a pass if the texts were found in order in the raw content. |
BatchProcessingTestCase::_resultMessages | function | modules/ |
Helper function: return expected result messages for the test batches. |
CommentActionsTestCase::assertHookMessage | function | modules/ |
Pass if the message $text was set by one of the comment hooks in comment_hook_test.module, i.e., if the $text is an element of $_SESSION['comment_hook_test']. |
CommentActionsTestCase::assertWatchdogMessage | function | modules/ |
Verify that a watchdog message has been entered. |
DBLogTestCase::assertLogMessage | function | modules/ |
Confirms that a log message appears on the database log overview screen. |
DBLogTestCase::testLogMessageSanitized | function | modules/ |
Make sure HTML tags are filtered out in the log detail page. |
DrupalErrorHandlerTestCase::assertErrorMessage | function | modules/ |
Helper function: assert that the error message is found. |
DrupalErrorHandlerTestCase::assertNoErrorMessage | function | modules/ |
Helper function: assert that the error message is not found. |
DrupalSetMessageTest | class | modules/ |
Tests drupal_set_message() and related functions. |
DrupalSetMessageTest::getInfo | function | modules/ |
|
DrupalSetMessageTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
DrupalSetMessageTest::testSetRemoveMessages | function | modules/ |
Tests setting messages and removing one before it is displayed. |
drupal_get_messages | function | includes/ |
Returns all messages that have been set with drupal_set_message(). |
drupal_set_message | function | includes/ |
Sets a message to display to the user. |
EntityCrudHookTestCase::assertHookMessage | function | modules/ |
Pass if the message $text was set by one of the CRUD hooks in entity_crud_hook_test.module, i.e., if the $text is an element of $_SESSION['entity_crud_hook_test']. |
field_ui_inactive_message | function | modules/ |
Displays a message listing the inactive fields of a given bundle. |
MailTestCase::$sent_message | property | modules/ |
The most recent message that was sent through the test case. |
MailTestCase::testCancelMessage | function | modules/ |
Test that message sending may be canceled. |
ModuleTestCase::assertLogMessage | function | modules/ |
Verify a log entry was entered for a module's status change. Called in the same way of the expected original watchdog() execution. |
NodeRevisionsTestCase::testNodeRevisionWithoutLogMessage | function | modules/ |
Checks that revisions are correctly saved without log messages. |
overlay_disable_message | function | modules/ |
Returns a renderable array representing a message for disabling the overlay. |
overlay_user_dismiss_message | function | modules/ |
Page callback: Dismisses the overlay accessibility message for this user. |
system.messages-rtl.css | file | modules/ |
RTL Styles for system messages. |
system.messages.css | file | modules/ |
Styles for system messages. |
system_message_action | function | modules/ |
Sends a message to the current user's screen. |
system_message_action_form | function | modules/ |
|
system_message_action_submit | function | modules/ |
|
system_test_drupal_set_message | function | modules/ |
Sets two messages and removes the first one before the messages are displayed. |
ThemeTableTestCase::testThemeTableWithEmptyMessage | function | modules/ |
Tests that the table header is printed correctly even if there are no rows, and that the empty text is displayed correctly. |
theme_authorize_message | function | includes/ |
Returns HTML for a single log message from the authorize.php batch operation. |
theme_dblog_message | function | modules/ |
Returns HTML for a log message. |
theme_overlay_disable_message | function | modules/ |
Returns the HTML for the message about how to disable the overlay. |
theme_status_messages | function | includes/ |
Returns HTML for status and/or error messages, grouped by type. |
TriggerActionTestCase::assertSystemMessageAndEmailTokenReplacement | function | modules/ |
Asserts correct token replacement in both system message and email. |
TriggerActionTestCase::assertSystemMessageTokenReplacement | function | modules/ |
Asserts correct token replacement for the given trigger and account. |
TriggerActionTestCase::assignSystemMessageAction | function | modules/ |
Assigns a system message action to the passed-in trigger. |
TriggerActionTestCase::generateMessageWithTokens | function | modules/ |
Creates a message with tokens. |
UpdateTestUploadCase::testUpdateManagerCoreSecurityUpdateMessages | function | modules/ |
Checks the messages on update manager pages when missing a security update. |
XMLRPCBasicTestCase::testInvalidMessageParsing | function | modules/ |
Ensure that XML-RPC correctly handles invalid messages when parsing. |
XMLRPCMessagesTestCase | class | modules/ |
|
XMLRPCMessagesTestCase::getInfo | function | modules/ |
|
XMLRPCMessagesTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
XMLRPCMessagesTestCase::testAlterListMethods | function | modules/ |
Ensure that hook_xmlrpc_alter() can hide even builtin methods. |
XMLRPCMessagesTestCase::testMulticallLimit | function | modules/ |
Test limits on system.multicall that can prevent brute-force attacks. |
XMLRPCMessagesTestCase::testSizedMessages | function | modules/ |
Make sure that XML-RPC can transfer large messages. |
xmlrpc_message | function | includes/ |
Constructs an object representing an XML-RPC message. |
xmlrpc_message_cdata | function | includes/ |
Handles character data for XML parsing in xmlrpc_message_parse(). |
xmlrpc_message_get | function | includes/ |
Returns the most recently stored XML-RPC message object. |
xmlrpc_message_parse | function | includes/ |
Parses an XML-RPC message. |
xmlrpc_message_set | function | includes/ |
Stores a copy of the most recent XML-RPC message object temporarily. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.