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 |
|---|---|---|---|
| MessageForm::validateForm | function | core/ |
Button-level validation handlers are highly discouraged for entity forms, as they will prevent entity validation from running. If the entity is going to be saved during the form submission, this method should be manually invoked from the button-level… |
| MessageForm::__construct | function | core/ |
Constructs a MessageForm object. |
| MessageInterface | interface | core/ |
Provides an interface defining a contact message entity. |
| MessageInterface.php | file | core/ |
|
| MessageInterface::copySender | function | core/ |
Returns TRUE if a copy should be sent to the sender. |
| MessageInterface::getContactForm | function | core/ |
Returns the form this contact message belongs to. |
| MessageInterface::getMessage | function | core/ |
Returns the message body. |
| MessageInterface::getPersonalRecipient | function | core/ |
Returns the user this message is being sent to. |
| MessageInterface::getSenderMail | function | core/ |
Returns the email address of the sender. |
| MessageInterface::getSenderName | function | core/ |
Returns the name of the sender. |
| MessageInterface::getSubject | function | core/ |
Returns the message subject. |
| MessageInterface::isPersonal | function | core/ |
Returns TRUE if this is the personal contact form. |
| MessageInterface::setCopySender | function | core/ |
Sets if the sender should receive a copy of this email or not. |
| MessageInterface::setMessage | function | core/ |
Sets the email message to send. |
| MessageInterface::setSenderMail | function | core/ |
Sets the email address of the sender. |
| MessageInterface::setSenderName | function | core/ |
Sets the name of the message sender. |
| MessageInterface::setSubject | function | core/ |
Sets the subject for the email. |
| MessageJsonAnonTest | class | core/ |
Tests Message Json Anon. |
| MessageJsonAnonTest.php | file | core/ |
|
| MessageJsonAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| MessageJsonAnonTest::$format | property | core/ |
The format to use in this test. |
| MessageJsonAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| MessageJsonBasicAuthTest | class | core/ |
Tests Message Json Basic Auth. |
| MessageJsonBasicAuthTest.php | file | core/ |
|
| MessageJsonBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| MessageJsonBasicAuthTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| MessageJsonBasicAuthTest::$format | property | core/ |
The format to use in this test. |
| MessageJsonBasicAuthTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| MessageJsonBasicAuthTest::$modules | property | core/ |
Modules to install. |
| MessageJsonCookieTest | class | core/ |
Tests Message Json Cookie. |
| MessageJsonCookieTest.php | file | core/ |
|
| MessageJsonCookieTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| MessageJsonCookieTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| MessageJsonCookieTest::$format | property | core/ |
The format to use in this test. |
| MessageJsonCookieTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| MessagePlugin | class | composer/ |
A Composer plugin to display a message after creating a project. |
| MessagePlugin.php | file | composer/ |
|
| MessagePlugin::$composer | property | composer/ |
Composer object. |
| MessagePlugin::$config | property | composer/ |
Configuration. |
| 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/ |
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. |
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.