Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Messenger | class | core/ |
The messenger service. |
| messenger | service | core/ |
Drupal\Core\Messenger\Messenger |
| Messenger.php | file | core/ |
|
| Messenger::$flashBag | property | core/ |
The flash bag. |
| Messenger::$killSwitch | property | core/ |
The kill switch. |
| Messenger::addError | function | core/ |
|
| Messenger::addMessage | function | core/ |
|
| Messenger::addStatus | function | core/ |
|
| Messenger::addWarning | function | core/ |
|
| Messenger::all | function | core/ |
|
| Messenger::deleteAll | function | core/ |
|
| Messenger::deleteByType | function | core/ |
|
| Messenger::messagesByType | function | core/ |
|
| Messenger::__construct | function | core/ |
Messenger constructor. |
| MessengerInterface | interface | core/ |
Stores runtime messages sent out to individual users on the page. |
| MessengerInterface.php | file | core/ |
|
| MessengerInterface::addError | function | core/ |
Adds a new error message to the queue. |
| MessengerInterface::addMessage | function | core/ |
Adds a new message to the queue. |
| MessengerInterface::addStatus | function | core/ |
Adds a new status message to the queue. |
| MessengerInterface::addWarning | function | core/ |
Adds a new warning message to the queue. |
| MessengerInterface::all | function | core/ |
Gets all messages. |
| MessengerInterface::deleteAll | function | core/ |
Deletes all messages. |
| MessengerInterface::deleteByType | function | core/ |
Deletes all messages of a certain type. |
| MessengerInterface::messagesByType | function | core/ |
Gets all messages of a certain type. |
| MessengerInterface::TYPE_ERROR | constant | core/ |
An error. |
| MessengerInterface::TYPE_STATUS | constant | core/ |
A status message. |
| MessengerInterface::TYPE_WARNING | constant | core/ |
A warning. |
| MessengerTest | class | core/ |
Tests Drupal\Core\Messenger\Messenger. |
| MessengerTest.php | file | core/ |
|
| MessengerTest::$messenger | property | core/ |
The messenger under test. |
| MessengerTest::setUp | function | core/ |
|
| MessengerTest::testAddMarkup | function | core/ |
Tests adding markup. |
| MessengerTest::testAddNoDuplicates | function | core/ |
Tests we don't add duplicates. |
| MessengerTest::testAddWithDuplicates | function | core/ |
Tests we do add duplicates with repeat flag. |
| MessengerTest::testRemoveSingleMessage | function | core/ |
Tests remove single message. |
| MessengerTrait | trait | core/ |
Provides a trait for the messenger service. |
| MessengerTrait.php | file | core/ |
|
| MessengerTrait::$messenger | property | core/ |
The messenger. |
| MessengerTrait::messenger | function | core/ |
Gets the messenger. |
| MessengerTrait::setMessenger | function | core/ |
Sets the messenger. |
| MetadataBag | class | core/ |
Provides a container for application specific session metadata. |
| MetadataBag.php | file | core/ |
|
| MetadataBag::CSRF_TOKEN_SEED | constant | core/ |
The key used to store the CSRF token seed in the session. |
| MetadataBag::getCsrfTokenSeed | function | core/ |
Get the CSRF token seed. |
| MetadataBag::setCsrfTokenSeed | function | core/ |
Set the CSRF token seed. |
| MetadataBag::stampNew | function | core/ |
|
| MetadataBag::__construct | function | core/ |
Constructs a new metadata bag instance. |
| MetadataBagTest | class | core/ |
Tests Drupal\Core\Session\MetadataBag. |
| MetadataBagTest.php | file | core/ |
|
| MetadataBagTest::testStampNew | function | core/ |
Tests stamp new. |
Pagination
- Previous page
- Page 1069
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.