Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MessageEntityTest | class | core/ |
Tests the message entity class. |
| MessageEntityTest.php | file | core/ |
|
| MessageEntityTest::$modules | property | core/ |
Modules to install. |
| MessageEntityTest::setUp | function | core/ |
|
| MessageEntityTest::testMessageMethods | function | core/ |
Tests some of the methods. |
| MessageEventTestSubscriber | class | core/ |
A message event test subscriber. |
| MessageEventTestSubscriber.php | file | core/ |
|
| MessageEventTestSubscriber::getSubscribedEvents | function | core/ |
|
| MessageEventTestSubscriber::setCustomEnvelopeSender | function | core/ |
Sets a custom envelope sender. |
| MessageEventTestSubscriber::setCustomFrom | function | core/ |
Sets a custom from header. |
| MessageEventTestSubscriber::setCustomMessageSender | function | core/ |
Sets a custom message sender header. |
| MessageEventTestSubscriber::__construct | function | core/ |
Constructs a new message event test subscriber. |
| MessageForm | class | core/ |
Form controller for contact message forms. |
| MessageForm | class | core/ |
Migrate messages form. |
| MessageForm.php | file | core/ |
|
| MessageForm.php | file | core/ |
|
| MessageForm::$dateFormatter | property | core/ |
The date formatter service. |
| MessageForm::$entity | property | core/ |
The message being used by this form. |
| MessageForm::$flood | property | core/ |
The flood control mechanism. |
| MessageForm::$languageManager | property | core/ |
The language manager service. |
| MessageForm::$mailHandler | property | core/ |
The contact mail handler service. |
| MessageForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
| MessageForm::buildForm | function | core/ |
Form constructor. |
| MessageForm::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| MessageForm::create | function | core/ |
Instantiates a new instance of this class. |
| MessageForm::form | function | core/ |
Gets the actual form array to be built. |
| MessageForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| MessageForm::preview | function | core/ |
Form submission handler for the 'preview' action. |
| MessageForm::resetForm | function | core/ |
Resets the filter form. |
| MessageForm::save | function | core/ |
Form submission handler for the 'save' action. |
| MessageForm::submitForm | function | core/ |
Form submission handler. |
| 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/ |
Pagination
- Previous page
- Page 910
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.