Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
MessageEventTestSubscriber::__construct function core/modules/mailer/tests/modules/mailer_event_subscriber_test/src/EventSubscriber/MessageEventTestSubscriber.php Constructs a new message event test subscriber.
MessageForm class core/modules/migrate/src/Form/MessageForm.php Migrate messages form.
MessageForm class core/modules/contact/src/MessageForm.php Form controller for contact message forms.
MessageForm.php file core/modules/contact/src/MessageForm.php
MessageForm.php file core/modules/migrate/src/Form/MessageForm.php
MessageForm::$dateFormatter property core/modules/contact/src/MessageForm.php The date formatter service.
MessageForm::$entity property core/modules/contact/src/MessageForm.php The message being used by this form.
MessageForm::$flood property core/modules/contact/src/MessageForm.php The flood control mechanism.
MessageForm::$languageManager property core/modules/contact/src/MessageForm.php The language manager service.
MessageForm::$mailHandler property core/modules/contact/src/MessageForm.php The contact mail handler service.
MessageForm::actions function core/modules/contact/src/MessageForm.php Returns an array of supported actions for the current entity form.
MessageForm::buildForm function core/modules/migrate/src/Form/MessageForm.php
MessageForm::create function core/modules/migrate/src/Form/MessageForm.php
MessageForm::create function core/modules/contact/src/MessageForm.php Instantiates a new instance of this class.
MessageForm::form function core/modules/contact/src/MessageForm.php Gets the actual form array to be built.
MessageForm::getFormId function core/modules/migrate/src/Form/MessageForm.php
MessageForm::preview function core/modules/contact/src/MessageForm.php Form submission handler for the 'preview' action.
MessageForm::resetForm function core/modules/migrate/src/Form/MessageForm.php Resets the filter form.
MessageForm::save function core/modules/contact/src/MessageForm.php Form submission handler for the 'save' action.
MessageForm::submitForm function core/modules/migrate/src/Form/MessageForm.php
MessageForm::validateForm function core/modules/contact/src/MessageForm.php 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/modules/contact/src/MessageForm.php Constructs a MessageForm object.
MessageInterface interface core/modules/contact/src/MessageInterface.php Provides an interface defining a contact message entity.
MessageInterface.php file core/modules/contact/src/MessageInterface.php
MessageInterface::copySender function core/modules/contact/src/MessageInterface.php Returns TRUE if a copy should be sent to the sender.
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.
MessageInterface::isPersonal function core/modules/contact/src/MessageInterface.php Returns TRUE if this is the personal contact form.
MessageInterface::setCopySender function core/modules/contact/src/MessageInterface.php Sets if the sender should receive a copy of this email or not.
MessageInterface::setMessage function core/modules/contact/src/MessageInterface.php Sets the email message to send.
MessageInterface::setSenderMail function core/modules/contact/src/MessageInterface.php Sets the email address of the sender.
MessageInterface::setSenderName function core/modules/contact/src/MessageInterface.php Sets the name of the message sender.
MessageInterface::setSubject function core/modules/contact/src/MessageInterface.php Sets the subject for the email.
MessageJsonAnonTest class core/modules/contact/tests/src/Functional/Rest/MessageJsonAnonTest.php Tests Message Json Anon.
MessageJsonAnonTest.php file core/modules/contact/tests/src/Functional/Rest/MessageJsonAnonTest.php
MessageJsonAnonTest::$defaultTheme property core/modules/contact/tests/src/Functional/Rest/MessageJsonAnonTest.php The theme to install as the default for testing.
MessageJsonAnonTest::$format property core/modules/contact/tests/src/Functional/Rest/MessageJsonAnonTest.php The format to use in this test.
MessageJsonAnonTest::$mimeType property core/modules/contact/tests/src/Functional/Rest/MessageJsonAnonTest.php The MIME type that corresponds to $format.
MessageJsonBasicAuthTest class core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php Tests Message Json Basic Auth.
MessageJsonBasicAuthTest.php file core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php
MessageJsonBasicAuthTest::$auth property core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php The authentication mechanism to use in this test.
MessageJsonBasicAuthTest::$defaultTheme property core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php The theme to install as the default for testing.
MessageJsonBasicAuthTest::$format property core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php The format to use in this test.
MessageJsonBasicAuthTest::$mimeType property core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php The MIME type that corresponds to $format.
MessageJsonBasicAuthTest::$modules property core/modules/contact/tests/src/Functional/Rest/MessageJsonBasicAuthTest.php Modules to install.
MessageJsonCookieTest class core/modules/contact/tests/src/Functional/Rest/MessageJsonCookieTest.php Tests Message Json Cookie.

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