Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Merge::STATUS_UPDATE | constant | core/ |
Returned by execute() if an UPDATE query has been executed. |
| Merge::updateFields | function | core/ |
Adds a set of field->value pairs to be updated. |
| Merge::useDefaults | function | core/ |
Specifies fields for which the database-defaults should be used. |
| Merge::__construct | function | core/ |
Constructs a Merge object. |
| Merge::__toString | function | core/ |
Implements PHP magic __toString method to convert the query to a string. |
| MergeTest | class | core/ |
Tests the MERGE query builder. |
| MergeTest.php | file | core/ |
|
| MergeTest::testInvalidMerge | function | core/ |
Tests that an invalid merge query throws an exception. |
| MergeTest::testMergeInsert | function | core/ |
Confirms that we can merge-insert a record successfully. |
| MergeTest::testMergeInsertWithoutUpdate | function | core/ |
Tests that we can merge-insert without any update fields. |
| MergeTest::testMergeUpdate | function | core/ |
Confirms that we can merge-update a record successfully. |
| MergeTest::testMergeUpdateExcept | function | core/ |
Confirms that we can merge-update a record successfully. |
| MergeTest::testMergeUpdateExplicit | function | core/ |
Confirms that we can merge-update a record, with alternate replacement. |
| MergeTest::testMergeUpdateExpression | function | core/ |
Confirms that we can merge-update a record successfully, with expressions. |
| MergeTest::testMergeUpdateWithoutUpdate | function | core/ |
Confirms that we can merge-update without any update fields. |
| Message | class | core/ |
Defines the contact message entity. |
| Message | class | composer/ |
Determine configuration. |
| Message.php | file | composer/ |
|
| Message.php | file | core/ |
|
| Message::$eventName | property | composer/ |
The name of the event. |
| Message::$messageText | property | composer/ |
The message to display. |
| Message::$rootPackage | property | composer/ |
The root package. |
| Message::baseFieldDefinitions | function | core/ |
Provides base field definitions for an entity type. |
| Message::copySender | function | core/ |
Returns TRUE if a copy should be sent to the sender. |
| Message::getContactForm | function | core/ |
Returns the form this contact message belongs to. |
| Message::getMessage | function | core/ |
Returns the message body. |
| Message::getMessageFromFile | function | composer/ |
Reads the message file as an array. |
| Message::getPersonalRecipient | function | core/ |
Returns the user this message is being sent to. |
| Message::getSenderMail | function | core/ |
Returns the email address of the sender. |
| Message::getSenderName | function | core/ |
Returns the name of the sender. |
| Message::getSubject | function | core/ |
Returns the message subject. |
| Message::getText | function | composer/ |
|
| Message::isPersonal | function | core/ |
Returns TRUE if this is the personal contact form. |
| Message::setCopySender | function | core/ |
Sets if the sender should receive a copy of this email or not. |
| Message::setMessage | function | core/ |
Sets the email message to send. |
| Message::setSenderMail | function | core/ |
Sets the email address of the sender. |
| Message::setSenderName | function | core/ |
Sets the name of the message sender. |
| Message::setSubject | function | core/ |
Sets the subject for the email. |
| Message::__construct | function | composer/ |
Construct a Config object. |
| MessageAction | class | core/ |
Sends a message to the current user's screen. |
| MessageAction.php | file | core/ |
|
| MessageAction::$messenger | property | core/ |
The messenger. |
| MessageAction::$renderer | property | core/ |
The renderer. |
| MessageAction::$token | property | core/ |
The token service. |
| MessageAction::access | function | core/ |
Checks object access. |
| MessageAction::buildConfigurationForm | function | core/ |
Form constructor. |
| MessageAction::create | function | core/ |
Creates an instance of the plugin. |
| MessageAction::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
| MessageAction::execute | function | core/ |
Executes the plugin. |
| MessageAction::submitConfigurationForm | function | core/ |
Form submission handler. |
Pagination
- Previous page
- Page 959
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.