Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
Merge::expression function core/lib/Drupal/Core/Database/Query/Merge.php Specifies fields to be updated as an expression.
Merge::fields function core/lib/Drupal/Core/Database/Query/Merge.php Sets common field-value pairs in the INSERT and UPDATE query parts.
Merge::insertFields function core/lib/Drupal/Core/Database/Query/Merge.php Adds a set of field->value pairs to be inserted.
Merge::keys function core/lib/Drupal/Core/Database/Query/Merge.php Sets the key fields to be used as conditions for this query.
Merge::STATUS_INSERT constant core/lib/Drupal/Core/Database/Query/Merge.php Returned by execute() if an INSERT query has been executed.
Merge::STATUS_UPDATE constant core/lib/Drupal/Core/Database/Query/Merge.php Returned by execute() if an UPDATE query has been executed.
Merge::updateFields function core/lib/Drupal/Core/Database/Query/Merge.php Adds a set of field->value pairs to be updated.
Merge::useDefaults function core/lib/Drupal/Core/Database/Query/Merge.php Specifies fields for which the database-defaults should be used.
Merge::__construct function core/lib/Drupal/Core/Database/Query/Merge.php Constructs a Merge object.
Merge::__toString function core/lib/Drupal/Core/Database/Query/Merge.php
MergeTest class core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Tests the MERGE query builder.
MergeTest.php file core/tests/Drupal/KernelTests/Core/Database/MergeTest.php
MergeTest::testInvalidMerge function core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Tests that an invalid merge query throws an exception.
MergeTest::testMergeInsert function core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Confirms that we can merge-insert a record successfully.
MergeTest::testMergeInsertWithoutUpdate function core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Tests that we can merge-insert without any update fields.
MergeTest::testMergeToString function core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Tests merge to string.
MergeTest::testMergeUpdate function core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Confirms that we can merge-update a record successfully.
MergeTest::testMergeUpdateExcept function core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Confirms that we can merge-update a record successfully.
MergeTest::testMergeUpdateExplicit function core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Confirms that we can merge-update a record, with alternate replacement.
MergeTest::testMergeUpdateExpression function core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Confirms that we can merge-update a record successfully, with expressions.
MergeTest::testMergeUpdateWithoutUpdate function core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Confirms that we can merge-update without any update fields.
MergeTest::testMergeWithReservedWords function core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Tests that we can merge-insert with reserved keywords.
Message class core/modules/contact/src/Entity/Message.php Defines the contact message entity.
Message class composer/Plugin/ProjectMessage/Message.php Determine configuration.
message.component.yml file core/modules/navigation/components/message/message.component.yml core/modules/navigation/components/message/message.component.yml
message.css file core/modules/navigation/components/message/message.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/

/* cspell:ignore wght */

:is(#extra-specificity-hack, [data-drupal-admin-styles]) {
.toolbar-message {
message.pcss.css file core/modules/navigation/components/message/message.pcss.css /* cspell:ignore wght */

:is(#extra-specificity-hack, [data-drupal-admin-styles]) {
.toolbar-message {
z-index: 1;
display: flex;
align-items: start;
text-align: start;
text-decoration: none;
overflow-wrap: break-word;
Message.php file composer/Plugin/ProjectMessage/Message.php
Message.php file core/modules/contact/src/Entity/Message.php
message.twig file core/modules/navigation/components/message/message.twig {%
set classes = [
'toolbar-message',
'toolbar-message--' ~ type,
]
%}

{% if url %}
<a {{ attributes.addClass(classes).setAttribute('href', url).setAttribute('data-drupal-tooltip',…
Message::$eventName property composer/Plugin/ProjectMessage/Message.php The name of the event.
Message::$messageText property composer/Plugin/ProjectMessage/Message.php The message to display.
Message::$rootPackage property composer/Plugin/ProjectMessage/Message.php The root package.
Message::baseFieldDefinitions function core/modules/contact/src/Entity/Message.php Provides base field definitions for an entity type.
Message::copySender function core/modules/contact/src/Entity/Message.php Returns TRUE if a copy should be sent to the sender.
Message::getContactForm function core/modules/contact/src/Entity/Message.php Returns the form this contact message belongs to.
Message::getMessage function core/modules/contact/src/Entity/Message.php Returns the message body.
Message::getMessageFromFile function composer/Plugin/ProjectMessage/Message.php Reads the message file as an array.
Message::getPersonalRecipient function core/modules/contact/src/Entity/Message.php Returns the user this message is being sent to.
Message::getSenderMail function core/modules/contact/src/Entity/Message.php Returns the email address of the sender.
Message::getSenderName function core/modules/contact/src/Entity/Message.php Returns the name of the sender.
Message::getSubject function core/modules/contact/src/Entity/Message.php Returns the message subject.
Message::getText function composer/Plugin/ProjectMessage/Message.php
Message::isPersonal function core/modules/contact/src/Entity/Message.php Returns TRUE if this is the personal contact form.
Message::setCopySender function core/modules/contact/src/Entity/Message.php Sets if the sender should receive a copy of this email or not.
Message::setMessage function core/modules/contact/src/Entity/Message.php Sets the email message to send.
Message::setSenderMail function core/modules/contact/src/Entity/Message.php Sets the email address of the sender.
Message::setSenderName function core/modules/contact/src/Entity/Message.php Sets the name of the message sender.
Message::setSubject function core/modules/contact/src/Entity/Message.php Sets the subject for the email.
Message::__construct function composer/Plugin/ProjectMessage/Message.php Construct a Config object.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.