Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Search main for __get
  6. Other projects
Title Object type File name Summary
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::$messageText property composer/Plugin/ProjectMessage/Message.php The message to display.
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
MessageCommand::getAttachedAssets function core/lib/Drupal/Core/Ajax/MessageCommand.php Gets the attached assets.
MessageEventTestSubscriber::getSubscribedEvents function core/modules/mailer/tests/modules/mailer_event_subscriber_test/src/EventSubscriber/MessageEventTestSubscriber.php
MessageForm::getFormId function core/modules/migrate/src/Form/MessageForm.php Returns a unique string identifying the form.
MessageInterface::getContactForm function core/modules/contact/src/MessageInterface.php Returns the form this contact message belongs to.
MessageInterface::getMessage function core/modules/contact/src/MessageInterface.php Returns the message body.
MessageInterface::getPersonalRecipient function core/modules/contact/src/MessageInterface.php Returns the user this message is being sent to.
MessageInterface::getSenderMail function core/modules/contact/src/MessageInterface.php Returns the email address of the sender.
MessageInterface::getSenderName function core/modules/contact/src/MessageInterface.php Returns the name of the sender.
MessageInterface::getSubject function core/modules/contact/src/MessageInterface.php Returns the message subject.
MessagePlugin::getSubscribedEvents function composer/Plugin/ProjectMessage/MessagePlugin.php
MessageResourceTestBase::doTestGet function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Tests a GET request for an entity, plus edge cases to ensure good DX.
MessageResourceTestBase::getExpectedNormalizedEntity function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Returns the expected normalization of the entity.
MessageResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Return the expected error message.
MessageResourceTestBase::getNormalizedPostEntity function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Returns the normalized POST entity.
MessageTest class core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php JSON:API integration test for the "Message" content entity type.
MessageTest class core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php Tests built-in message theme functions.
MessageTest.php file core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php
MessageTest.php file core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php
MessageTest::$defaultTheme property core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php The theme to install as the default for testing.
MessageTest::$entity property core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php
MessageTest::$entityTypeId property core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php The tested entity type.
MessageTest::$labelFieldName property core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php Specify which field is the 'label' field for testing a POST edge case.
MessageTest::$modules property core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php Modules to install.
MessageTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php Modules to install.
MessageTest::$resourceTypeName property core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php The name of the tested JSON:API resource type.
MessageTest::createEntity function core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php Creates the entity to be tested.
MessageTest::doTestDeleteIndividual function core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php Tests DELETEing an individual resource, plus edge cases to ensure good DX.
MessageTest::doTestPatchIndividual function core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php Tests PATCHing an individual resource, plus edge cases to ensure good DX.
MessageTest::getExpectedDocument function core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php Returns the expected JSON:API document for the entity.

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