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 |
|---|---|---|---|
| MessageAction::__construct | function | core/ |
Constructs a MessageAction object. |
| MessageCommand | class | core/ |
AJAX command for a JavaScript Drupal.message() call. |
| MessageCommand.php | file | core/ |
|
| MessageCommand::$clearPrevious | property | core/ |
Whether to clear previous messages. |
| MessageCommand::$message | property | core/ |
The message text. |
| MessageCommand::$options | property | core/ |
The options passed to Drupal.message().add(). |
| MessageCommand::$wrapperQuerySelector | property | core/ |
The query selector for the element the message will appear in. |
| MessageCommand::getAttachedAssets | function | core/ |
Gets the attached assets. |
| MessageCommand::render | function | core/ |
Return an array to be run through json_encode and sent to the client. |
| MessageCommand::__construct | function | core/ |
Constructs a MessageCommand object. |
| MessageCommandTest | class | core/ |
Tests adding messages via AJAX command. |
| MessageCommandTest.php | file | core/ |
|
| MessageCommandTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| MessageCommandTest::$modules | property | core/ |
Modules to enable. |
| MessageCommandTest::assertAnnounceContains | function | core/ |
Checks for inclusion of text in #drupal-live-announce. |
| MessageCommandTest::assertAnnounceNotContains | function | core/ |
Checks for absence of the given text from #drupal-live-announce. |
| MessageCommandTest::testMessageCommand | function | core/ |
Test AJAX MessageCommand use in a form. |
| MessageCommandTest::waitForMessageRemoved | function | core/ |
Asserts that a message of the expected type is removed. |
| MessageCommandTest::waitForMessageVisible | function | core/ |
Asserts that a message of the expected type appears. |
| MessageEntityTest | class | core/ |
Tests the message entity class. |
| MessageEntityTest.php | file | core/ |
|
| MessageEntityTest::$modules | property | core/ |
Modules to enable. |
| MessageEntityTest::setUp | function | core/ |
|
| MessageEntityTest::testMessageMethods | function | core/ |
Test some of the methods. |
| MessageForm | class | core/ |
Form controller for contact message forms. |
| 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::create | function | core/ |
Instantiates a new instance of this class. |
| MessageForm::form | function | core/ |
Gets the actual form array to be built. |
| MessageForm::preview | function | core/ |
Form submission handler for the 'preview' action. |
| MessageForm::save | function | core/ |
Form submission handler for the 'save' action. |
| 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. |
| MessageHalJsonAnonTest | class | core/ |
@group hal |
| MessageHalJsonAnonTest.php | file | core/ |
|
| MessageHalJsonAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| MessageHalJsonAnonTest::$format | property | core/ |
The format to use in this test. |
| MessageHalJsonAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| MessageHalJsonAnonTest::$modules | property | core/ |
Modules to install. |
| MessageHalJsonAnonTest::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
| MessageHalJsonBasicAuthTest | class | core/ |
@group hal |
| MessageHalJsonBasicAuthTest.php | file | core/ |
|
| MessageHalJsonBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| MessageHalJsonBasicAuthTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| MessageHalJsonBasicAuthTest::$modules | property | core/ |
Modules to install. |
Pagination
- Previous page
- Page 960
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.